8000 Mention ISO 639 for languages · symfony/symfony-docs@8ee8df7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ee8df7

Browse files
ro0NLOskarStark
authored andcommitted
Mention ISO 639 for languages
1 parent c4ea8f6 commit 8ee8df7

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

@@ -356,3 +357,5 @@ Learn more
356357
.. _`ISO 3166-1 alpha-2`: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
357358
.. _`UTC/GMT time offsets`: https://en.wikipedia.org/wiki/List_of_UTC_time_offsets
358359
.. _`daylight saving time (DST)`: https://en.wikipedia.org/wiki/Daylight_saving_time
360+
.. _`ISO 639-1 alpha-2`: https://en.wikipedia.org/wiki/ISO_639-1
361+
.. _`ISO 639-2 alpha-3`: https://en.wikipedia.org/wiki/ISO_639-2

0 commit comments

Comments
 (0)
0