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

If I'm using multiple entity managers and config like this: ![image](https://cloud.githubusercontent.com/assets/4563032/18703244/c2fc8600-7fed-11e6-924a-42d6b3113004.png) My code won't recognise translation entities

Hello, My server is a OVH Pro Mutualise and when I tried to run the command : php bin/console cache:clear, I have this error : > [Doctrine\DBAL\Driver\PDOException] > SQLSTATE[42000]: Syntax...

Symfony Standard Validation Translations dont work if I use the Bundle

We use `.yml` now, but really would like to migrate to `.xlf`. Everything related to importing it in Weblate works okay now, see https://github.com/nijel/weblate/issues/939 for the process to get that...

There are some command options (e.g. --merge, --override) which are not mentioned in the documentation. Is it possible for somebody to update them? I spent a lot of time figuring...

Hello, i am trying to modify the entities of the bundle by adding one new Entity called TransUnitLocation which must have a Many-To-Many relation with TransUnit. I am creating a...

I am considering ways to improve the workflow for maintaining translations. The data grid is cool if you know what you want to do, but our system has thousands of...

I was thinking about a scenario how we can easily keep track of missing translations. What happened was that I've modified the key of a translation in the translation file,...

It would be great if we could wrap the translator's output in a span, so we can edit translations from the view using http://createjs.org/ Already asked for it on StackOverflow...

As mentioned in http://php.net/manual/en/class.mongotimestamp.php > This class is not for measuring time, creating a timestamp on a document or automatically adding or updating a timestamp on a document. FYI