dubitoph
dubitoph
Hello, I'm using Symfony 5.1, webpack Encore 1.8 and bazinga-translator 4.0.1. I have this error : > Uncaught ReferenceError: Translator is not defined Howerver, I import the module in the...
After the installation of the bundle and the configuration to use Edit in Place, I get this error :  I use XLIFF format for my translation files.
The same translation as this of the default locale isn't stored in the database. Examples : - "en" => "High" and "fr" => "Haute" : 2 translations are stored -...
I'm using Symfony 5.1 and I just have updated Twig from 2.14.1 to 3.1.1. There is my configuration in "config\services.yaml" to use this extension : ``` ... services: ... manuelodelain\Twig\Extension\SvgExtension:...