8000 Added note to alert users that initializing a child bundle before the… · web-dev/symfony-docs@001fa07 · GitHub
[go: up one dir, main page]

Skip to content

Commit 001fa07

Browse files
rdohmsweaverryan
authored andcommitted
Added note to alert users that initializing a child bundle before the parent will cause translation override to happen the other way.
1 parent 14aab6f commit 001fa07

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

cookbook/bundles/inheritance.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,10 @@ The same goes for routing files, validation configuration and other resources.
9191
If you refer to resources without using the @BundleName shortcut, they
9292
can't be overridden in this way.
9393

94-
.. _`FOSUserBundle`: https://github.com/friendsofsymfony/fosuserbundle
94+
.. note::
95+
96+
To override translation files, please make sure the child bundle is initialized
97+
after the parent bundle in the AppKernel.
98+
99+
.. _`FOSUserBundle`: https://github.com/friendsofsymfony/fosuserbundle
100+

0 commit comments

Comments
 (0)
0