File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Language and Script Names
44
44
~~~~~~~~~~~~~~~~~~~~~~~~~
45
45
46
46
The ``Languages `` class provides access to the name of all languages
47
- according to the `ISO 639-1 alpha-2 `_ list and the `ISO 639-2 alpha-3 `_ list::
47
+ according to the `ISO 639-1 alpha-2 `_ list and the `ISO 639-2 alpha-3 (2T) `_ list::
48
48
49
49
use Symfony\Component\Intl\Languages;
50
50
@@ -388,4 +388,4 @@ Learn more
388
388
.. _`UTC/GMT time offsets` : https://en.wikipedia.org/wiki/List_of_UTC_time_offsets
389
389
.. _`daylight saving time (DST)` : https://en.wikipedia.org/wiki/Daylight_saving_time
390
390
.. _`ISO 639-1 alpha-2` : https://en.wikipedia.org/wiki/ISO_639-1
391
- .. _`ISO 639-2 alpha-3` : https://en.wikipedia.org/wiki/ISO_639-2
391
+ .. _`ISO 639-2 alpha-3 (2T) ` : https://en.wikipedia.org/wiki/ISO_639-2
Original file line number Diff line number Diff line change 76
76
77
77
**type **: ``boolean `` **default **: ``false ``
78
78
79
- If this option is ``true ``, the choice values use the `ISO 639-2 alpha-3 `_
79
+ If this option is ``true ``, the choice values use the `ISO 639-2 alpha-3 (2T) `_
80
80
three-letter codes (e.g. French = ``fra ``) instead of the default
81
81
`ISO 639-1 alpha-2 `_ two-letter codes (e.g. French = ``fr ``).
82
82
@@ -179,5 +179,5 @@ The actual default value of this option depends on other field options:
179
179
.. include :: /reference/forms/types/options/row_attr.rst.inc
180
180
181
181
.. _`ISO 639-1 alpha-2` : https://en.wikipedia.org/wiki/ISO_639-1
182
- .. _`ISO 639-2 alpha-3` : https://en.wikipedia.org/wiki/ISO_639-2
182
+ .. _`ISO 639-2 alpha-3 (2T) ` : https://en.wikipedia.org/wiki/ISO_639-2
183
183
.. _`International Components for Unicode` : http://site.icu-project.org
You can’t perform that action at this time.
0 commit comments