File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Language and Script Names
69
69
~~~~~~~~~~~~~~~~~~~~~~~~~
70
70
71
71
The ``Languages `` class provides access to the name of all languages
72
- according to the `ISO 639-1 alpha-2 `_ list and the `ISO 639-2 alpha-3 `_ list::
72
+ according to the `ISO 639-1 alpha-2 `_ list and the `ISO 639-2 alpha-3 (2T) `_ list::
73
73
74
74
use Symfony\Component\Intl\Languages;
75
75
@@ -416,4 +416,4 @@ Learn more
416
416
.. _`UTC/GMT time offsets` : https://en.wikipedia.org/wiki/List_of_UTC_time_offsets
417
417
.. _`daylight saving time (DST)` : https://en.wikipedia.org/wiki/Daylight_saving_time
418
418
.. _`ISO 639-1 alpha-2` : https://en.wikipedia.org/wiki/ISO_639-1
419
- .. _`ISO 639-2 alpha-3` : https://en.wikipedia.org/wiki/ISO_639-2
419
+ .. _`ISO 639-2 alpha-3 (2T) ` : https://en.wikipedia.org/wiki/ISO_639-2
Original file line number Diff line number Diff line change 74
74
75
75
The ``alpha3 `` option was introduced in Symfony 4.4.
76
76
77
- If this option is ``true ``, the choice values use the `ISO 639-2 alpha-3 `_
77
+ If this option is ``true ``, the choice values use the `ISO 639-2 alpha-3 (2T) `_
78
78
three-letter codes (e.g. French = ``fra ``) instead of the default
79
79
`ISO 639-1 alpha-2 `_ two-letter codes (e.g. French = ``fr ``).
80
80
@@ -156,5 +156,5 @@ The actual default value of this option depends on other field options:
156
156
.. include :: /reference/forms/types/options/row_attr.rst.inc
157
157
158
158
.. _`ISO 639-1 alpha-2` : https://en.wikipedia.org/wiki/ISO_639-1
159
- .. _`ISO 639-2 alpha-3` : https://en.wikipedia.org/wiki/ISO_639-2
159
+ .. _`ISO 639-2 alpha-3 (2T) ` : https://en.wikipedia.org/wiki/ISO_639-2
160
160
.. _`International Components for Unicode` : http://site.icu-project.org
You can’t perform that action at this time.
0 commit comments