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 ce4cbe4 commit f6791caCopy full SHA for f6791ca
translation.rst
@@ -485,7 +485,8 @@ Translation Resource/File Names and Locations
485
Symfony looks for message files (i.e. translations) in the following default locations:
486
487
* the ``translations/`` directory (at the root of the project);
488
-* the ``translations/`` directory inside of any bundle (or ``Resources/translations`` with Symfony < 6.1)
+* the ``translations/`` directory inside of any bundle (and also their
489
+ ``Resources/translations/`` directory, which is no longer recommended for bundles).
490
491
The locations are listed here with the highest priority first. That is, you can
492
override the translation messages of a bundle in the first directory.
0 commit comments