We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 728ec13 commit 6bb460cCopy full SHA for 6bb460c
translation.rst
@@ -485,7 +485,7 @@ 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 ``Resources/translations/`` directory inside of any bundle.
+* the ``translations/`` directory inside of any bundle (or ``Resources/translations`` with Symfony < 6.1)
489
490
The locations are listed here with the highest priority first. That is, you can
491
override the translation messages of a bundle in the first directory.
0 commit comments