@@ -129,9 +129,9 @@ to catching the exception, you can also check if a given script code is valid::
129
129
Country Names
130
130
~~~~~~~~~~~~~
131
131
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::
135
135
136
136
use Symfony\Component\Intl\Countries;
137
137
@@ -188,8 +188,8 @@ Locales
188
188
A locale is the combination of a language, a region and some parameters that
189
189
define the interface preferences of the user. For example, "Chinese" is the
190
190
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::
193
193
194
194
use Symfony\Component\Intl\Locales;
195
195
@@ -220,8 +220,8 @@ to catching the exception, you can also check if a given locale code is valid::
220
220
Currencies
221
221
~~~~~~~~~~
222
222
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.)::
225
225
226
226
use Symfony\Component\Intl\Currencies;
227
227
@@ -294,8 +294,9 @@ to catching the exception, you can also check if a given currency code is valid:
294
294
Timezones
295
295
~~~~~~~~~
296
296
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::
299
300
300
301
use Symfony\Component\Intl\Timezones;
301
302
0 commit comments