@@ -166,7 +166,7 @@ to catching the exception, you can also check if a given script code is valid::
166
166
Country Names
167
167
~~~~~~~~~~~~~
168
168
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
170
170
to the `ISO 3166-1 alpha-2 `_ list and the `ISO 3166-1 alpha-3 `_ list
171
171
of officially recognized countries and territories::
172
172
@@ -233,7 +233,7 @@ Locales
233
233
A locale is the combination of a language, a region and some parameters that
234
234
define the interface preferences of the user. For example, "Chinese" is the
235
235
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
237
237
the name of all locales::
238
238
239
239
use Symfony\Component\Intl\Locales;
@@ -269,7 +269,7 @@ to catching the exception, you can also check if a given locale code is valid::
269
269
Currencies
270
270
~~~~~~~~~~
271
271
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
273
273
as some of their information (symbol, fraction digits, etc.)::
274
274
275
275
use Symfony\Component\Intl\Currencies;
@@ -317,7 +317,7 @@ to catching the exception, you can also check if a given currency code is valid:
317
317
Timezones
318
318
~~~~~~~~~
319
319
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,
321
321
you can get the name and values of all timezones in all languages::
322
322
323
323
use Symfony\Component\Intl\Timezones;
0 commit comments