File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -230,10 +230,11 @@ You may convert codes between two-letter alpha2 and three-letter alpha3 codes::
230230Locales
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
You can’t perform that action at this time.
0 commit comments