feat: add translator

This commit is contained in:
2024-01-17 10:21:43 +01:00
parent 435b23635b
commit b246816a1e
9 changed files with 308 additions and 3 deletions

View File

@@ -4,4 +4,5 @@ return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
];