8000 Note about translations in bundle inheritance by rdohms · Pull Request #1015 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Note about translations in bundle inheritance #1015

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
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
8 changes: 7 additions & 1 deletion cookbook/bundles/inheritance.rst
439F
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,10 @@ The same goes for routing files, validation configuration and other resources.
If you refer to resources without using the @BundleName shortcut, they
can't be overridden in this way.

.. _`FOSUserBundle`: https://github.com/friendsofsymfony/fosuserbundle
.. note::

To override translation files, please make sure the child bundle is initialized
after the parent bundle in the AppKernel.

.. _`FOSUserBundle`: https://github.com/friendsofsymfony/fosuserbundle

0