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

FIX #414 toggle all columns checkbox

Fix when exist record (newest for some domain) in table trans_unit, but there is no record in trans_unit_translations with same trans_unit_id. In this case method returned result where was locale...

Hello, I was trying to make the configuration of manage_locales configurable by ENV but it's not working as the resolution of env vars is not done at compile time. See...

Let's see what Travis says when we build for Symfony 6 and PHP 8, which what master should be targetting today.

Hello, I'm not sure if anyone else has this problem but i keep getting this error ``` [WARNING] Some commands could not be registered: In DoctrineORMStorage.php line 28: Call to...

The invalidate the cache button doesn't work on production, I have to manually call cache:clear

The issue is: Then clicking on "Toggle all columns" button, it doesn't hide columns if all columns is active. Desired behavior: Then clicking on "Toggle all columns" button with all...

removes deprecation warning to prepare for compatibility with symfony 6

Anyone started looking at supporting Symfony 6 yet? Any changes required apart from bumping the composer dependencies?

Hi, I was wondering if there is a possibility to **add additional translation directories**? So next to `/translations`, the `LexikTranslationBundle` would also look inside, for example, `/my-translations` for translations. Possible...