File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Overridden Options
70
70
choices
71
71
~~~~~~~
72
72
73
- **default **: ``Symfony\Component\Intl\Intl::getRegionBundle()->getCountryNames () ``
73
+ **default **: ``Symfony\Component\Intl\Countries::getNames () ``
74
74
75
75
The country type defaults the ``choices `` option to the whole list of countries.
76
76
The locale is used to translate the countries names.
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Overridden Options
62
62
choices
63
63
~~~~~~~
64
64
65
- **default **: ``Symfony\Component\Intl\Intl::getCurrencyBundle()->getCurrencyNames () ``
65
+ **default **: ``Symfony\Component\Intl\Currencies::getNames () ``
66
66
67
67
The choices option defaults to all currencies.
68
68
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Overridden Options
72
72
choices
73
73
~~~~~~~
74
74
75
- **default **: ``Symfony\Component\Intl\Intl::getLanguageBundle()->getLanguageNames () ``.
75
+ **default **: ``Symfony\Component\Intl\Languages::getNames () ``.
76
76
77
77
The choices option defaults to all languages.
78
78
The default locale is used to translate the languages names.
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ Overridden Options
73
73
choices
74
74
~~~~~~~
75
75
76
- **default **: ``Symfony\Component\Intl\Intl::getLocaleBundle()->getLocaleNames () ``
76
+ **default **: ``Symfony\Component\Intl\Locales::getNames () ``
77
77
78
78
The choices option defaults to all locales. It uses the default locale to
79
79
specify the language.
You can’t perform that action at this time.
0 commit comments