We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8cb450 commit ac4a5f7Copy full SHA for ac4a5f7
translation.rst
@@ -497,7 +497,9 @@ Symfony looks for message files (i.e. translations) in the following default loc
497
``Resources/translations/`` directory, which is no longer recommended for bundles).
498
499
The locations are listed here with the highest priority first. That is, you can
500
-override the translation messages of a bundle in the first directory.
+override the translation messages of a bundle in the first directory. Bundles are processed
501
+in the order they are given in the ``config/bundles.php`` file, so bundles listed first have
502
+higher priority.
503
504
The override mechanism works at a key level: only the overridden keys need
505
to be listed in a higher priority message file. When a key is not found
0 commit comments