File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ choices
50
50
51
51
**default **: ``Symfony\Component\Intl\Intl::getRegionBundle()->getCountryNames() ``
52
52
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 .
55
55
56
56
Inherited options
57
57
-----------------
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ choices
51
51
52
52
**default **: ``Symfony\Component\Intl\Intl::getLanguageBundle()->getLanguageNames() ``.
53
53
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 .
56
56
57
57
Inherited Options
58
58
-----------------
You can’t perform that action at this time.
0 commit comments