Skip to content

Commit 21622db

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: [Intl] Add Scripts & Languages links
2 parents 4875963 + 5e04bc2 commit 21622db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/intl.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This component provides the following ICU data:
4343
Language and Script Names
4444
~~~~~~~~~~~~~~~~~~~~~~~~~
4545

46-
The ``Languages`` class provides access to the name of all languages
46+
The :class:`Symfony\\Component\\Intl\\Languages` class provides access to the name of all languages
4747
according to the `ISO 639-1 alpha-2`_ list and the `ISO 639-2 alpha-3 (2T)`_ list::
4848

4949
use Symfony\Component\Intl\Languages;
@@ -95,7 +95,7 @@ You may convert codes between two-letter alpha2 and three-letter alpha3 codes::
9595

9696
$alpha2Code = Languages::getAlpha2Code($alpha3Code);
9797

98-
The ``Scripts`` class provides access to the optional four-letter script code
98+
The :class:`Symfony\\Component\\Intl\\Scripts` class provides access to the optional four-letter script code
9999
that can follow the language code according to the `Unicode ISO 15924 Registry`_
100100
(e.g. ``HANS`` in ``zh_HANS`` for simplified Chinese and ``HANT`` in ``zh_HANT``
101101
for traditional Chinese)::

0 commit comments

Comments
 (0)