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

Fixes token_finder service not found in sf 4+

not passing the root node is deprecated in symfony 4.3 and doesn't seem to work anymore in symfony 4.4. https://symfony.com/doc/4.4/components/config/definition.html#defining-a-hierarchy-of-configuration-values-using-the-treebuilder

Update base_layout configuration example

Hello, It's possible to change the LocaleManager using the parameter **lexik_translation.locale.manager.class**, but the CleanTranslationCacheListerner only allows the source LocaleManager and not the interface I proposed a fix to allow using...

Add the paths options, this is included in the Symfony translator component but not yet in this bundle. So it can not currently be used.

Hi, In `DependencyInjection/LexikTranslationExtension.php`, you never try to find translation files in `framework.translator.default_path`. So you don't find translations from new `/translations/` Symfony 4 directory. I've missed something, or it's normal ?

Whenever I edit a translation, but click 'Cancel', the field keeps the edited value. It stays this way until the page is refreshed. The change isn't saved saved, but it's...

Hello, after including the bundle into a Symfony 3.4 project on Linux, I'm getting the following error message: `The service "lexik_translation.translator" has a dependency on a non-existent service "translator.formatter.default".` I've...

Hi, I was able to override the overview template to adjunt the visual interface to my application, extending from my base template. But I am not able to change the...