setup admin interface
This commit is contained in:
parent
dfff8adb8f
commit
af10620337
8 changed files with 561 additions and 57 deletions
6
config/packages/translation.yaml
Normal file
6
config/packages/translation.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
framework:
|
||||
default_locale: en
|
||||
translator:
|
||||
default_path: '%kernel.project_dir%/translations'
|
||||
fallbacks:
|
||||
- en
|
Reference in a new issue