Skip to content

Commit 6bb460c

Browse files
tacmanjaviereguiluz
authored andcommitted
Fix path to bundle translations
1 parent 728ec13 commit 6bb460c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ Translation Resource/File Names and Locations
485485
Symfony looks for message files (i.e. translations) in the following default locations:
486486

487487
* the ``translations/`` directory (at the root of the project);
488-
* the ``Resources/translations/`` directory inside of any bundle.
488+
* the ``translations/`` directory inside of any bundle (or ``Resources/translations`` with Symfony < 6.1)
489489

490490
The locations are listed here with the highest priority first. That is, you can
491491
override the translation messages of a bundle in the first directory.

0 commit comments

Comments
 (0)