-
Notifications
You must be signed in to change notification settings - Fork 266
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
Lexik don't load Symfony4 translations #333
Comments
I already created a pull request for this problem: |
Your pull request doesn't use So if the option value is modified, this bundle will not work. |
Hello , symfony 3.4 also supports loading translations in see https://symfony.com/doc/3.4/translation.html#translation-resource-file-names-and-locations |
bartmcleod
added a commit
that referenced
this issue
May 3, 2021
…-path Fix translator dirs by relying on `translator.default_path` #333
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
In
DependencyInjection/LexikTranslationExtension.php
, you never try to find translation files inframework.translator.default_path
.So you don't find translations from new
/translations/
Symfony 4 directory.I've missed something, or it's normal ?
The text was updated successfully, but these errors were encountered: