Merge pull request #253

This commit is contained in:
symfony-flex-server[bot]
2017-11-21 18:31:24 +00:00
committed by GitHub
3 changed files with 3 additions and 2 deletions
@@ -2,6 +2,6 @@ framework:
default_locale: '%locale%'
translator:
paths:
- '%kernel.project_dir%/config/translations'
- '%kernel.project_dir%/translations'
fallbacks:
- '%locale%'
+2 -1
View File
@@ -1,6 +1,7 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
"config/": "%CONFIG_DIR%/",
"translations/": "translations/"
},
"container": {
"locale": "en"