Skip to content

Commit 143df02

Browse files
committed
Merge pull request #2795 from gregquat/patch-17
Reference/forms/type/country : Minor bad copy/paste fix
2 parents cf15f9a + 587d5f0 commit 143df02

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

reference/forms/types/country.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ choices
5050

5151
**default**: ``Symfony\Component\Intl\Intl::getRegionBundle()->getCountryNames()``
5252

53-
The country type defaults the ``choices`` option to the all locales.
54-
It uses the default locale to determine the language.
53+
The country type defaults the ``choices`` option to the whole list of countries.
54+
The locale is used to translate the countries names.
5555

5656
Inherited options
5757
-----------------

reference/forms/types/language.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ choices
5151

5252
**default**: ``Symfony\Component\Intl\Intl::getLanguageBundle()->getLanguageNames()``.
5353

54-
The choices option defaults to all languages. It uses the default locale to
55-
specify the language.
54+
The choices option defaults to all languages.
55+
The default locale is used to translate the languages names.
5656

5757
Inherited Options
5858
-----------------

0 commit comments

Comments
 (0)