We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent2f9151b commit7cc7d69Copy full SHA for 7cc7d69
cookbook/bundles/override.rst
@@ -134,10 +134,10 @@ can override the translations from any translation file, as long as it is in
134
..caution::
135
136
The last translation file always wins. That mean that you need to make
137
- sureto loadtheclass which overrides the translation of another bundle
138
-before that bundle in the ``AppKernel``.
+ surethatthebundle containing *your* translations is loaded after any
+bundle whose translations you're overriding. This is done in ``AppKernel``.
139
140
The file that always wins is the one that is placed in
141
- ``app/Resources/translations``, as those files are always loadedaslast.
+ ``app/Resources/translations``, as those files are always loaded last.
142
143
.. _`the Doctrine documentation`:http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/inheritance-mapping.html#overrides