Skip to content

Commit 4d711ae

Browse files
committed
minor #17150 [Intl] Add link refs for classes (mohamedGasmii)
This PR was merged into the 4.4 branch. Discussion ---------- [Intl] Add link refs for classes Add links for all classes to easily check code source. <!-- 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 ------- ed957f7 [Intl] Add link refs for classes
2 parents 3783f2c + ed957f7 commit 4d711ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/intl.rst

+4-4
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)