-
Notifications
You must be signed in to change notification settings - Fork 267
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
Adding LexikTranslationBundle breaks translations from other bundles #440
Comments
Could the issue be that 3rd party bundle translations are being look'd up using wrong paths?
There is no path such as:
The actual path is:
Does nobody else have this issue? @raziel057 @bartmcleod |
@nicodemuz I noticed today that the Lexik bundle indeed looks to export translations to I saw that the config of a SF 7.03 project that I use for testing has configuration like this
I can imagine that if one would update the |
@bartmcleod The issue is not about project translations ( For example, try using a 3rd party bundle (e.g. KnpTimeBundle) that uses translations together with this bundle (LexikTranslationBundle): |
I was investigating for a long time how come some 3rd party translations do not work in my project. Turns out that LexikTranslationBundle somehow interferes with the translation loading by the default symfony installation.
For example, installing KnpTimeBundle works as expected when using it by itself. After introducing LexikTranslationBundle, the translations are no longer loaded.
When LexikTranslationBundle is moved as the first bundle in bundles.php, the translations are loaded correctly again.
I created a new public repository to demonstrate the issue, please see: https://github.com/nicodemuz/symfony-translation-test
This Symfony Slack thread may also be of interest: https://symfony-devs.slack.com/archives/C3EQ7S3MJ/p1692172721085889
The text was updated successfully, but these errors were encountered: