File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ This component provides the following ICU data:
43
43
Language and Script Names
44
44
~~~~~~~~~~~~~~~~~~~~~~~~~
45
45
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
47
47
according to the `ISO 639-1 alpha-2 `_ list and the `ISO 639-2 alpha-3 (2T) `_ list::
48
48
49
49
use Symfony\Component\Intl\Languages;
@@ -95,7 +95,7 @@ You may convert codes between two-letter alpha2 and three-letter alpha3 codes::
95
95
96
96
$alpha2Code = Languages::getAlpha2Code($alpha3Code);
97
97
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
99
99
that can follow the language code according to the `Unicode ISO 15924 Registry `_
100
100
(e.g. ``HANS `` in ``zh_HANS `` for simplified Chinese and ``HANT `` in ``zh_HANT ``
101
101
for traditional Chinese)::
You can’t perform that action at this time.
0 commit comments