Skip to content

Commit ce4cbe4

Browse files
committed
minor #17159 [Translation] Fix path to bundle translations (tacman)
This PR was submitted for the 6.1 branch but it was merged into the 6.0 branch instead. Discussion ---------- [Translation] Fix path to bundle translations Everything else in bundles has moved away from /Resources, so I think the path mentioned here isn't right. Commits ------- 6bb460c Fix path to bundle translations
2 parents 728ec13 + 6bb460c commit ce4cbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translation.rst

Lines changed: 1 addition & 1 deletion
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)