Added symfony translation bundle, and updated german translations.

This commit is contained in:
Jan Böhmer 2019-03-14 13:32:41 +01:00
parent 86eda36a2e
commit 6d7150e202
12 changed files with 697 additions and 172 deletions

View file

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

View file

@ -0,0 +1,11 @@
translation:
locales: ["en"]
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]