8000 Merge branch '6.1' into 6.2 · jderusse/symfony-docs@a4ae76a · GitHub
[go: up one dir, main page]

Skip to content

Commit a4ae76a

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: [Intl] Add link refs for classes
2 parents e44c570 + 163b236 commit a4ae76a

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
@@ -130,9 +130,9 @@ to catching the exception, you can also check if a given script code is valid::
130130
Country Names
131131
~~~~~~~~~~~~~
132132

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

137137
use Symfony\Component\Intl\Countries;
138138

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

195195
use Symfony\Component\Intl\Locales;
196196

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

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

227227
use Symfony\Component\Intl\Currencies;
228228

@@ -287,8 +287,9 @@ to catching the exception, you can also check if a given currency code is valid:
287287
Timezones
288288
~~~~~~~~~
289289

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

293294
use Symfony\Component\Intl\Timezones;
294295

0 commit comments

Comments
 (0)
0