Use php-translation symfony bundle.

This gives us some advanced translation extractors (from form labels, flashes, etc.) and provide some more debug tools.
This commit is contained in:
Jan Böhmer 2019-12-26 13:16:27 +01:00
parent 2764401451
commit e7b920c4fe
14 changed files with 13322 additions and 5544 deletions

View file

@ -21,4 +21,5 @@ return [
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
Gregwar\CaptchaBundle\GregwarCaptchaBundle::class => ['all' => true],
Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle::class => ['all' => true],
Translation\Bundle\TranslationBundle::class => ['all' => true],
];