Start using translation

This commit is contained in:
Jannis Portmann 2021-06-17 17:25:35 +02:00
parent c7c0445a6b
commit 460005c0b0
9 changed files with 666 additions and 489 deletions

View file

@ -1,6 +1,8 @@
framework:
default_locale: en
translator:
default_path: '%kernel.project_dir%/translations'
fallbacks:
- en
providers:
loco:
dsn: '%env(LOCO_DSN)%'
domains: ['messages']
locales: ['en', 'de']