Skip to content

Commit 76481e2

Browse files
committed
minor #17129 [Intl] Add Scripts & Languages links (mohamedGasmii)
This PR was merged into the 4.4 branch. Discussion ---------- [Intl] Add Scripts & Languages links Add links to the code documents, i found that is useful for quick check to the code. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- ad310b2 [Intl] Add Scripts & Languages links
2 parents f36cfb5 + ad310b2 commit 76481e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/intl.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This component provides the following ICU data:
6868
Language and Script Names
6969
~~~~~~~~~~~~~~~~~~~~~~~~~
7070

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

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

129129
The full support for alpha3 codes was introduced in Symfony 4.4.
130130

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

0 commit comments

Comments
 (0)