Skip to content

Commit 4844df2

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: Minor tweaks Explain how translation messages are merged among bundles
2 parents 77d695d + 6fd2b0e commit 4844df2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

translation.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,9 @@ Symfony looks for message files (i.e. translations) in the following default loc
502502
``Resources/translations/`` directory, which is no longer recommended for bundles).
503503

504504
The locations are listed here with the highest priority first. That is, you can
505-
override the translation messages of a bundle in the first directory.
505+
override the translation messages of a bundle in the first directory. Bundles are
506+
processed in the order in which they are listed in the ``config/bundles.php`` file,
507+
so bundles appearing earlier have higher priority.
506508

507509
The override mechanism works at a key level: only the overridden keys need
508510
to be listed in a higher priority message file. When a key is not found

0 commit comments

Comments
 (0)