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

I was trying to refresh the cache via console and I received this error: `Argument 3 passed to Symfony\Bundle\FrameworkBundle\Translation\Translator::addResource() must be of the type string, null given, called in vendor/lexik/translation-bundle/Translation/Translator.php...

bug

Hi, I have a few questions. - Is it possible to turn off the "delete" translation icon ? - How to hide some columns automatically ? The doc is pretty...

Using Symfony 6.4: ``` *** Importing application translation files *** *** Using dir /path/to/symfony/translations to lookup translation files. *** 07:36:31 CRITICAL [console] Error thrown while running command "--env=prod lexik:translations:import --cache-clear...

Hello devs, adding this `# app/config/routing.yml lexik_translation_edition: resource: "@LexikTranslationBundle/Resources/config/routing.yml" prefix: /my-prefix` to `app/config/routing.yaml` leads to this exception `There is no extension able to load the configuration for "lexik_translation_edition"` I want...

Currently this bundle is not compatible with Symfony 7.

The component doesn't works with AngularJs > 1.5.x: The $http legacy promise methods success and error have been deprecated in 1.5.x and is removed in v1.6.0. So we got the...

Hi Presently Lexik is preparing cache files in var/cache directory and clearing the cache when new translation added. It will clear the cache only from one www server and it...

question

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...