Skip to content

Commit b18e3c3

Browse files
committed
Merge branch '4.4'
* 4.4: Mention ISO 639 for languages
2 parents ac8ed09 + cdc0bb7 commit b18e3c3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

components/intl.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ This component provides the following ICU data:
6666
Language and Script Names
6767
~~~~~~~~~~~~~~~~~~~~~~~~~
6868

69-
The ``Languages`` class provides access to the name of all languages::
69+
The ``Languages`` class provides access to the name of all languages
70+
according to the `ISO 639-1 alpha-2`_ list and the `ISO 639-2 alpha-3`_ list::
7071

7172
use Symfony\Component\Intl\Languages;
7273

@@ -388,3 +389,5 @@ Learn more
388389
.. _`ISO 3166-1 alpha-3`: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3
389390
.. _`UTC/GMT time offsets`: https://en.wikipedia.org/wiki/List_of_UTC_time_offsets
390391
.. _`daylight saving time (DST)`: https://en.wikipedia.org/wiki/Daylight_saving_time
392+
.. _`ISO 639-1 alpha-2`: https://en.wikipedia.org/wiki/ISO_639-1
393+
.. _`ISO 639-2 alpha-3`: https://en.wikipedia.org/wiki/ISO_639-2

0 commit comments

Comments
 (0)