Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b18e3c3

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

File tree

1 file changed

+4
-1
lines changed
Filter options

1 file changed

+4
-1
lines changed

‎components/intl.rst

Copy file name to clipboardExpand all lines: components/intl.rst
+4-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.