We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e295a17 commit c2b2c17Copy full SHA for c2b2c17
reference/forms/types/language.rst
@@ -14,7 +14,7 @@ in the `International Components for Unicode`_ (e.g. ``fr`` or ``zh_Hant``).
14
.. note::
15
16
The locale of your user is guessed using :phpmethod:`Locale::getDefault`,
17
- which requires to have installed and enabled the ``intl`` PHP extension.
+ which requires the ``intl`` PHP extension to be installed and enabled.
18
19
Unlike the ``choice`` type, you don't need to specify a ``choices`` or
20
``choice_list`` option as the field type automatically uses a large list
0 commit comments