@@ -130,9 +130,9 @@ to catching the exception, you can also check if a given script code is valid::
130
130
Country Names
131
131
~~~~~~~~~~~~~
132
132
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::
136
136
137
137
use Symfony\Component\Intl\Countries;
138
138
@@ -189,8 +189,8 @@ Locales
189
189
A locale is the combination of a language, a region and some parameters that
190
190
define the interface preferences of the user. For example, "Chinese" is the
191
191
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::
194
194
195
195
use Symfony\Component\Intl\Locales;
196
196
@@ -221,8 +221,8 @@ to catching the exception, you can also check if a given locale code is valid::
221
221
Currencies
222
222
~~~~~~~~~~
223
223
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.)::
226
226
227
227
use Symfony\Component\Intl\Currencies;
228
228
@@ -287,8 +287,9 @@ to catching the exception, you can also check if a given currency code is valid:
287
287
Timezones
288
288
~~~~~~~~~
289
289
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::
292
293
293
294
use Symfony\Component\Intl\Timezones;
294
295
0 commit comments