We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ccdcf commit cf9833cCopy full SHA for cf9833c
reference/constraints/Locale.rst
@@ -105,9 +105,8 @@ canonicalize
105
Using this option with value ``false`` was deprecated in Symfony 4.1 and it
106
will throw an exception in Symfony 5.0. Use ``true`` instead.
107
108
-If true, the :phpmethod:`Locale::canonicalize` method will be applied before checking
109
-the validity of the given locale (e.g. ``FR-fr.utf8`` is transformed into ``fr_FR``
110
-).
+If ``true``, the :phpmethod:`Locale::canonicalize` method will be applied before checking
+the validity of the given locale (e.g. ``FR-fr.utf8`` is transformed into ``fr_FR``).
111
112
.. _`ICU format locale IDs`: http://userguide.icu-project.org/locale
113
.. _`ISO 639-1`: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
0 commit comments