Skip to content

Commit 6fd2b0e

Browse files
committed
Minor tweaks
1 parent 08448e9 commit 6fd2b0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

translation.rst

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

499499
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. Bundles are processed
501-
in the order they are given in the ``config/bundles.php`` file, so bundles listed first have
502-
higher priority.
500+
override the translation messages of a bundle in the first directory. Bundles are
501+
processed in the order in which they are listed in the ``config/bundles.php`` file,
502+
so bundles appearing earlier have higher priority.
503503

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

0 commit comments

Comments
 (0)