Integrate new translations setup
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
2025-03-04 14:43:11 +01:00
parent 51cc0254d0
commit 01323ea87a
11 changed files with 114 additions and 61 deletions

View File

@@ -34,4 +34,5 @@ return [
Nelmio\Alice\Bridge\Symfony\NelmioAliceBundle::class => ['dev' => true, 'test' => true],
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
Symfony\UX\Translator\UxTranslatorBundle::class => ['all' => true],
];