Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 14f10bc

Browse filesBrowse files
Final changes
1 parent 4c28e1f commit 14f10bc
Copy full SHA for 14f10bc

File tree

1 file changed

+2
-3
lines changed
Filter options

1 file changed

+2
-3
lines changed

‎reference/constraints/Locale.rst

Copy file name to clipboardExpand all lines: reference/constraints/Locale.rst
+2-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.