We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77d695d + 6fd2b0e commit 4844df2Copy full SHA for 4844df2
translation.rst
@@ -502,7 +502,9 @@ Symfony looks for message files (i.e. translations) in the following default loc
502
``Resources/translations/`` directory, which is no longer recommended for bundles).
503
504
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.
+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.
508
509
The override mechanism works at a key level: only the overridden keys need
510
to be listed in a higher priority message file. When a key is not found
0 commit comments