Use symfony/ux-translator to translate password_strength_estimator badges

This commit is contained in:
Jan Böhmer 2023-06-28 16:00:11 +02:00
parent bfd82fb415
commit ce064a0b37
15 changed files with 269 additions and 601 deletions

View file

@ -28,4 +28,5 @@ return [
Webauthn\Bundle\WebauthnBundle::class => ['all' => true],
Nbgrp\OneloginSamlBundle\NbgrpOneloginSamlBundle::class => ['all' => true],
Symfony\UX\StimulusBundle\StimulusBundle::class => ['all' => true],
Symfony\UX\Translator\UxTranslatorBundle::class => ['all' => true],
];

View file

@ -0,0 +1,3 @@
ux_translator:
# The directory where the JavaScript translations are dumped
dump_directory: '%kernel.project_dir%/var/translations'