Move translation dir to config/translations

This commit is contained in:
Maxime Steinhausser
2017-11-11 18:18:16 +01:00
parent d027546a68
commit 4b5d97bbb3
3 changed files with 2 additions and 3 deletions
@@ -2,6 +2,6 @@ framework:
default_locale: '%locale%'
translator:
paths:
- '%kernel.project_dir%/translations/'
- '%kernel.project_dir%/config/translations'
fallbacks:
- '%locale%'
+1 -2
View File
@@ -1,7 +1,6 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"translations/": "translations/"
"config/": "%CONFIG_DIR%/"
},
"container": {
"locale": "en"