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 @@ -80,7 +80,7 @@ Overridden Options
80
80
choices
81
81
~~~~~~~
82
82
83
- **default **: ``Symfony\Component\Intl\Intl::getRegionBundle()->getCountryNames () ``
83
+ **default **: ``Symfony\Component\Intl\Countries::getNames () ``
84
84
85
85
The country type defaults the ``choices `` option to the whole list of countries.
86
86
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 @@ -82,7 +82,7 @@ Overridden Options
82
82
choices
83
83
~~~~~~~
84
84
85
- **default **: ``Symfony\Component\Intl\Intl::getLanguageBundle()->getLanguageNames () ``.
85
+ **default **: ``Symfony\Component\Intl\Languages::getNames () ``.
86
86
87
87
The choices option defaults to all languages.
88
88
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