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 b02031b commit ccd7a8aCopy full SHA for ccd7a8a
user_guide_src/source/outgoing/localization.rst
@@ -273,12 +273,11 @@ Previously saved keys do not change.
273
274
.. literalinclude:: localization/019.php
275
276
+.. note:: When the command scans folders, **app/Language** will be skipped.
277
+
278
The language files generated will most likely not conform to your coding standards.
279
It is recommended to format them. For example, run ``vendor/bin/php-cs-fixer fix ./app/Language`` if ``php-cs-fixer`` is installed.
280
-.. note:: The command ignores **app/Language/** path.
-
281
282
Before updating, it is possible to preview the translations found by the command:
283
284
.. code-block:: console
0 commit comments