Skip to content

Commit ed957f7

Browse files
[Intl] Add link refs for classes
Add links for all classes to easily check code source.
1 parent da75ee2 commit ed957f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/intl.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ to catching the exception, you can also check if a given script code is valid::
166166
Country Names
167167
~~~~~~~~~~~~~
168168

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

@@ -233,7 +233,7 @@ Locales
233233
A locale is the combination of a language, a region and some parameters that
234234
define the interface preferences of the user. For example, "Chinese" is the
235235
language and ``zh_Hans_MO`` is the locale for "Chinese" (language) + "Simplified"
236-
(script) + "Macau SAR China" (region). The ``Locales`` class provides access to
236+
(script) + "Macau SAR China" (region). The :class:`Symfony\\Component\\Intl\\Locales` class provides access to
237237
the name of all locales::
238238

239239
use Symfony\Component\Intl\Locales;
@@ -269,7 +269,7 @@ to catching the exception, you can also check if a given locale code is valid::
269269
Currencies
270270
~~~~~~~~~~
271271

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

275275
use Symfony\Component\Intl\Currencies;
@@ -317,7 +317,7 @@ to catching the exception, you can also check if a given currency code is valid:
317317
Timezones
318318
~~~~~~~~~
319319

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

323323
use Symfony\Component\Intl\Timezones;

0 commit comments

Comments
 (0)