Open info-droid opened 6 years ago
I already created a pull request for this problem: https://github.com/lexik/LexikTranslationBundle/pull/331
Your pull request doesn't use framework.translator.default_path
option.
So if the option value is modified, this bundle will not work.
Hello , symfony 3.4 also supports loading translations in translations/
folder,
see https://symfony.com/doc/3.4/translation.html#translation-resource-file-names-and-locations
Hello! @rjwebdev the pull request your made only handle SF4+ but as @shengjie quote it, in 3.4 we can have the new structure so your fix doesn't work if we are using 3.4. I've created this PR #354
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 ?