Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion translation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,9 @@ Symfony looks for message files (i.e. translations) in the following default loc
``Resources/translations/`` directory, which is no longer recommended for bundles).

The locations are listed here with the highest priority first. That is, you can
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
in the order they are given in the ``config/bundles.php`` file, so bundles listed first have
higher priority.

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