Skip to content

Commit f6791ca

Browse files
committed
Tweak
1 parent ce4cbe4 commit f6791ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

translation.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,8 @@ 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 ``translations/`` directory inside of any bundle (or ``Resources/translations`` with Symfony < 6.1)
488+
* the ``translations/`` directory inside of any bundle (and also their
489+
``Resources/translations/`` directory, which is no longer recommended for bundles).
489490

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

0 commit comments

Comments
 (0)