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
6969~~~~~~~~~~~~~~~~~~~~~~~~~
7070
7171The ``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::
7373
7474 use Symfony\Component\Intl\Languages;
7575
@@ -416,4 +416,4 @@ Learn more
416416.. _`UTC/GMT time offsets` : https://en.wikipedia.org/wiki/List_of_UTC_time_offsets
417417.. _`daylight saving time (DST)` : https://en.wikipedia.org/wiki/Daylight_saving_time
418418.. _`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 7474
7575 The ``alpha3 `` option was introduced in Symfony 4.4.
7676
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) `_
7878three-letter codes (e.g. French = ``fra ``) instead of the default
7979`ISO 639-1 alpha-2 `_ two-letter codes (e.g. French = ``fr ``).
8080
@@ -156,5 +156,5 @@ The actual default value of this option depends on other field options:
156156.. include :: /reference/forms/types/options/row_attr.rst.inc
157157
158158.. _`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
160160.. _`International Components for Unicode` : http://site.icu-project.org
You can’t perform that action at this time.
0 commit comments