File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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
504504The 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
507509The override mechanism works at a key level: only the overridden keys need
508510to be listed in a higher priority message file. When a key is not found
You can’t perform that action at this time.
0 commit comments