LexikTranslationBundle icon indicating copy to clipboard operation
LexikTranslationBundle copied to clipboard

This Symfony bundle allow to import translation files content into the database and provide a GUI to edit translations.

Results 94 LexikTranslationBundle issues
Sort by recently updated
recently updated
newest added

[@]LexikTranslationBundle/Translation/new.html.twig I have symfony 3.4 and I can't override templates. I have to use version 4.0.9. In controllers should be [@]LexikTranslation/Translation/new.html.twig no [@]LexikTranslationBundle/Translation/new.html.twig $rootDir => 'LexikTranslation' not $rootDir => 'LexikTranslationBundle'...

Using "this->getContainer()" is better as "this->getApplication()"

When using import command with --merge option, updated translations aren't actually updated, but removed instead (appears when using ODM, not sure if behaves differently with ORM). In import code the...

When using import command with --merge option, updated translations aren't actually updated, but removed instead (appears when using ODM, not sure if behaves differently with ORM). In import code the...

I have a project with Oracle DB. As soon as I activate this bundle, i get the message above (Symfony 3.4.12, Lexik 4.0.11). It's because of the unset in Lexik\Bundle\TranslationBundle\Storage\DoctrineORMStorage...

Hello, default symfony 4 translation directory (ie : /translations) is not parsed by the bundle when importing translations... is there a way to provide that please ? thank you

It doesn't appear that form the admin UI you can remove the translation for only a single locale due to: https://github.com/lexik/LexikTranslationBundle/blob/master/Manager/TransUnitManager.php#L165 . What we're trying to do is set a...

Hey, are you planning to support Symfony Flex? Because right now I'm getting this error: > Unable to find template "LexikTranslationBundle:Translation:overview.html.twig" (looked into: /Users/username/Documents/Projects/Symfony/ProjectName/templates // I know flex is just...

templating needs to be configured