We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2121344 commit 690ff93Copy full SHA for 690ff93
translation.rst
@@ -375,6 +375,11 @@ with these tasks:
375
Translation Resource/File Names and Locations
376
---------------------------------------------
377
378
+.. versionadded:: 4.2
379
+ The translations directory ``src/Resources/<bundle name>/translations/`` was
380
+ deprecated in Symfony 4.2, use the directory defined in the ``default_path``
381
+ option (``translations/`` by default).
382
+
383
Symfony looks for message files (i.e. translations) in the following default locations:
384
385
* the ``translations/`` directory (at the root of the project);
0 commit comments