Skip to content

Commit 9591a04

Browse files
committed
bug #4284 change misleading language identifier (Kristof Van Cauwenbergh, kristofvc)
This PR was merged into the 2.3 branch. Discussion ---------- change misleading language identifier | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets | #4251 Commits ------- db85c67 formatting to follow 72 characters line limit 12cccc8 changed dash to underscore d68cd09 change misleading language identifier
2 parents 7ab6df9 + db85c67 commit 9591a04

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

reference/forms/types/language.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ The ``language`` type is a subset of the ``ChoiceType`` that allows the user
88
to select from a large list of languages. As an added bonus, the language names
99
are displayed in the language of the user.
1010

11-
The "value" for each language is the *Unicode language identifier*
12-
(e.g. ``fr`` or ``zh-Hant``).
11+
The "value" for each language is the *Unicode language identifier* used in
12+
the `International Components for Unicode`_ (e.g. ``fr`` or ``zh_Hant``).
1313

1414
.. note::
1515

@@ -106,3 +106,5 @@ The actual default value of this option depends on other field options:
106106
.. include:: /reference/forms/types/options/read_only.rst.inc
107107

108108
.. include:: /reference/forms/types/options/required.rst.inc
109+
110+
.. _`International Components for Unicode`: http://site.icu-project.org

0 commit comments

Comments
 (0)