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 just upgrade the package with composer update and the clear cache fails with this error: ``` [Symfony\Component\Config\Definition\Exception\InvalidConfigurationException] Unrecognized option "use_yml_tree" under "lexik_translation" ``` It is easy to fix since...

I have an app which manage datas on multiple databases. Therefore, I'd like to manage translations from this app. But it doesn't seem that I can dynamically choose the database...

Why Im I getting this error all over sudden > C:\xampp\php\php.exe bin/console lexik:translations:export -l--en,es,fr,pt -d--messages -f--xliff No translation's files in the database.

Hello, The actual problem I have is that _encodeURIComponent_ breaks all my chars excepting english letters. E.g. "**_Invalidate cache_**" turns to "**_Invalidate%20cache_**" after pressing Save button. I had to change...

Hello, Brand new install using Symfony 3.3.5 and the `dev-master` version of LexikTranslationBundle since the latest stable does NOT work with 3.3.5. After installating and configuring, when I go the...

When I tried to add this bundle to a project, Doctrine was complaining that the `createdAt` property does not exist on the `File` entity. The [pre-persist and pre-update hooks](https://github.com/lexik/LexikTranslationBundle/blob/master/Entity/File.php#L21) attempts...

From the grid add some buttons to fill empty translations. - configure the base locale google must translation from - configure API key - translate row by row - translate...

When I import the translations from yml files to the database with a custom import path, the path isn't saved correctly. It strips all slashes from the path and adds...

@cedric-g Trying to create a deploy script with command: ``` bash php app/console lexik:translations:import --case-insensitive -g -c ``` Command runs without any errors and says:`Removing translations cache files ...` at...