Skip to content

Commit fed888b

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: [Intl] Add link refs for classes
2 parents 4c6b14d + ccbed90 commit fed888b

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

components/intl.rst

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ to catching the exception, you can also check if a given script code is valid::
129129
Country Names
130130
~~~~~~~~~~~~~
131131

132-
The ``Countries`` class provides access to the name of all countries according
133-
to the `ISO 3166-1 alpha-2`_ list and the `ISO 3166-1 alpha-3`_ list
134-
of officially recognized countries and territories::
132+
The :class:`Symfony\\Component\\Intl\\Countries` class provides access to the
133+
name of all countries according to the `ISO 3166-1 alpha-2`_ list and the
134+
`ISO 3166-1 alpha-3`_ list of officially recognized countries and territories::
135135

136136
use Symfony\Component\Intl\Countries;
137137

@@ -188,8 +188,8 @@ Locales
188188
A locale is the combination of a language, a region and some parameters that
189189
define the interface preferences of the user. For example, "Chinese" is the
190190
language and ``zh_Hans_MO`` is the locale for "Chinese" (language) + "Simplified"
191-
(script) + "Macau SAR China" (region). The ``Locales`` class provides access to
192-
the name of all locales::
191+
(script) + "Macau SAR China" (region). The :class:`Symfony\\Component\\Intl\\Locales`
192+
class provides access to the name of all locales::
193193

194194
use Symfony\Component\Intl\Locales;
195195

@@ -220,8 +220,8 @@ to catching the exception, you can also check if a given locale code is valid::
220220
Currencies
221221
~~~~~~~~~~
222222

223-
The ``Currencies`` class provides access to the name of all currencies as well
224-
as some of their information (symbol, fraction digits, etc.)::
223+
The :class:`Symfony\\Component\\Intl\\Currencies` class provides access to the name
224+
of all currencies as well as some of their information (symbol, fraction digits, etc.)::
225225

226226
use Symfony\Component\Intl\Currencies;
227227

@@ -294,8 +294,9 @@ to catching the exception, you can also check if a given currency code is valid:
294294
Timezones
295295
~~~~~~~~~
296296

297-
The ``Timezones`` class provides several utilities related to timezones. First,
298-
you can get the name and values of all timezones in all languages::
297+
The :class:`Symfony\\Component\\Intl\\Timezones` class provides several utilities
298+
related to timezones. First, you can get the name and values of all timezones in
299+
all languages::
299300

300301
use Symfony\Component\Intl\Timezones;
301302

0 commit comments

Comments
 (0)