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 f06a27c

Browse filesBrowse files
committed
minor #12173 Mention ISO 639 for languages (ro0NL)
This PR was squashed before being merged into the 4.3 branch (closes #12173). Discussion ---------- Mention ISO 639 for languages we've added this in 4.4 (#12105), but languages in 4.3 already had (partial) alpha3 support. let me know if this is merged in 4.4 :) it needs some cleanup after. cc @OskarStark Commits ------- 8ee8df7 Mention ISO 639 for languages
2 parents c4ea8f6 + 8ee8df7 commit f06a27c
Copy full SHA for f06a27c

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

@@ -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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.