Skip to content

Commit 12cccc8

Browse files
committed
changed dash to underscore
1 parent d68cd09 commit 12cccc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/forms/types/language.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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

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

1414
.. note::
1515

@@ -107,4 +107,4 @@ The actual default value of this option depends on other field options:
107107

108108
.. include:: /reference/forms/types/options/required.rst.inc
109109

110-
.. _`International Components for Unicode`: http://site.icu-project.org
110+
.. _`International Components for Unicode`: http://site.icu-project.org

0 commit comments

Comments
 (0)