Skip to content

Commit 342417e

Browse files
committed
minor symfony#13261 A locale in this context is a comination of a language, a script and … (michaelKaefer)
This PR was squashed before being merged into the 5.0 branch (closes symfony#13261). Discussion ---------- A locale in this context is a comination of a language, a script and … …a region <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 3c70acf A locale in this context is a comination of a language, a script and …
2 parents 167d18f + 3c70acf commit 342417e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

components/intl.rst

+5-4
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,11 @@ You may convert codes between two-letter alpha2 and three-letter alpha3 codes::
210210
Locales
211211
~~~~~~~
212212

213-
A locale is the combination of a language and a region. For example, "Chinese"
214-
is the language and ``zh_Hans_MO`` is the locale for "Chinese" (language) +
215-
"Simplified" (script) + "Macau SAR China" (region). The ``Locales`` class
216-
provides access to the name of all locales::
213+
A locale is the combination of a language, a region and some parameters that
214+
define the interface preferences of the user. For example, "Chinese" is the
215+
language and ``zh_Hans_MO`` is the locale for "Chinese" (language) + "Simplified"
216+
(script) + "Macau SAR China" (region). The ``Locales`` class provides access to
217+
the name of all locales::
217218

218219
use Symfony\Component\Intl\Locales;
219220

0 commit comments

Comments
 (0)