Use jbtronics/translation-editor bundle instead of php-translation/symfony-bundle for profiler translation editing

This new bundle has less dependencies and less overhead
This commit is contained in:
Jan Böhmer 2024-09-08 20:03:33 +02:00
parent 7db44f0ec5
commit 283a445198
9 changed files with 137 additions and 486 deletions

View file

@ -1,5 +0,0 @@
translation:
symfony_profiler:
enabled: true
webui:
enabled: true

View file

@ -1,11 +0,0 @@
translation:
locales: ["en", "de"]
edit_in_place:
enabled: false
config_name: app
configs:
app:
dirs: ["%kernel.project_dir%/templates", "%kernel.project_dir%/src"]
output_dir: "%kernel.project_dir%/translations"
excluded_names: ["*TestCase.php", "*Test.php"]
excluded_dirs: [cache, data, logs]