Skip to content

Commit 14f10bc

Browse files
Final changes
1 parent 4c28e1f commit 14f10bc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

reference/constraints/Locale.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Locale
33

44
Validates that a value is a valid locale.
55

6-
The "value" for each locale is any of `ICU format locale IDs`_. For example, the
7-
two letter `ISO 639-1`_ *language* code (e.g. ``fr``), or the language code
6+
The "value" for each locale is any of the `ICU format locale IDs`_. For example,
7+
the two letter `ISO 639-1`_ *language* code (e.g. ``fr``), or the language code
88
followed by an underscore (``_``) and the `ISO 3166-1 alpha-2`_ *country* code
99
(e.g. ``fr_FR`` for French/France).
1010

@@ -112,4 +112,3 @@ the validity of the given locale (e.g. ``FR-fr.utf8`` is transformed into ``fr_F
112112
.. _`ICU format locale IDs`: http://userguide.icu-project.org/locale
113113
.. _`ISO 639-1`: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
114114
.. _`ISO 3166-1 alpha-2`: https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes
115-
.. _`ICU format locale IDs`: http://userguide.icu-project.org/locale#TOC-Canonicalization

0 commit comments

Comments
 (0)