Skip to content

Commit d987792

Browse files
committed
minor #15913 [Intl] Language codes: 'ISO 639-2' specified to 'ISO 639-2 (2T)' (SpiGAndromeda)
This PR was merged into the 4.4 branch. Discussion ---------- [Intl] Language codes: 'ISO 639-2' specified to 'ISO 639-2 (2T)' Specification of the ISO 639-2 language codes to ISO 639-2 2T (terminological code). See: [[Intl] Language code 2B/2T #15897](#15897 (comment)) Commits ------- 578c9e5 Language codes: 'ISO 639-2 alpha-3' mentions specified to 'ISO 639-2 alpha-3 (2T)'.
2 parents b94474a + 578c9e5 commit d987792

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/intl.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Language and Script Names
6969
~~~~~~~~~~~~~~~~~~~~~~~~~
7070

7171
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::
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

reference/forms/types/language.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ alpha3
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)`_
7878
three-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

0 commit comments

Comments
 (0)