Skip to content

Commit 66b0ffc

Browse files
michaelKaeferjaviereguiluz
authored andcommitted
A locale in this context is a comination of a language, a script and …
1 parent c951204 commit 66b0ffc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

components/intl.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,11 @@ You may convert codes between two-letter alpha2 and three-letter alpha3 codes::
230230
Locales
231231
~~~~~~~
232232

233-
A locale is the combination of a language and a region. For example, "Chinese"
234-
is the language and ``zh_Hans_MO`` is the locale for "Chinese" (language) +
235-
"Simplified" (script) + "Macau SAR China" (region). The ``Locales`` class
236-
provides access to the name of all locales::
233+
A locale is the combination of a language, a region and some parameters that
234+
define the interface preferences of the user. For example, "Chinese" is the
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
237+
the name of all locales::
237238

238239
use Symfony\Component\Intl\Locales;
239240

0 commit comments

Comments
 (0)