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

Hello, is there a way to allow empty labels, even if something is written in the yml ? thanks

Our application uses the translator in many services. I tried to remove the reference from some but it looks like it doesn't matter when its loaded. As soon as a...

Strangely the trailing slash is only appended to `$rootDir` if one provides an `export-path` option. This results in double-slashes in `$outputPath`, which in turn results in `is_dir($outputPath)` returning `false`, even...

When use master-slave on doctrine. I got exception in Lexik\Bundle\TranslationBundle\Storage\Listener\DoctrineORMListener ``` $params = $eventArgs->getEntityManager()->getConnection()->getParams(); if ('utf8mb4' !== strtolower($params['charset'])) { return; } ``` If master-slave is enabled 'charset' move to $params['master']['charset']...

Few issues with a OVH shared hosting 1) you are not allowed to query "SHOW DATABASES". Therefore the bundle doesn't find tables and can't read translation from database ever. Or...

I don't have mongodb installed, nor do I need it. Everything is stored within the mysql database. I have configured PHPCR as I'm trying out the symfony-cmf. Consider the following...

My cache clear throws the following exception in file: vendor/lexik/translation-bundle/Document/FileRepository.php on line 12 [Symfony\Component\Debug\Exception\ClassNotFoundException] Attempted to load class "DocumentRepository" from namespace "Doctrine\ODM\MongoDB". Did you forget a "use" statement for "Doctrine\ODM\PHPCR\DocumentRepository"?...

Hi, I installed the bundle on a Symfony 3.3 project, followed the documentation regarding base layout override, but I still can't manage to make this work. I used this bundle...

Moved the container class (bootstrap) into the layout template. It makes more sense for two reasons: 1. Code optimization: As the 3 templates extending the layout (overview, new and grid)...

As title stated, there is no way now for me to remove an unused translation record or a particular translation, such as. Japanese. I have 15 different languages translated in...