Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 001fa07

Browse filesBrowse 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
Copy full SHA for 001fa07

File tree

Expand file treeCollapse file tree

1 file changed

+7
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-1
lines changed

‎cookbook/bundles/inheritance.rst

Copy file name to clipboardExpand all lines: cookbook/bundles/inheritance.rst
+7-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.