[symfony/translation] Remove confusing commented value

This commit is contained in:
Kévin Dunglas
2019-06-19 21:10:50 +02:00
parent 4a4625ad7c
commit 3ec504b0fc
4 changed files with 2 additions and 7 deletions
@@ -1,6 +1,5 @@
framework:
secret: '%env(APP_SECRET)%'
#default_locale: en
#csrf_protection: true
#http_method_override: true
@@ -1,6 +1,5 @@
framework:
secret: '%env(APP_SECRET)%'
#default_locale: en
#csrf_protection: true
#http_method_override: true
@@ -1,6 +1,6 @@
framework:
default_locale: '%locale%'
default_locale: en
translator:
default_path: '%kernel.project_dir%/translations'
fallbacks:
- '%locale%'
- en
-3
View File
@@ -3,8 +3,5 @@
"config/": "%CONFIG_DIR%/",
"translations/": "translations/"
},
"container": {
"locale": "en"
},
"aliases": ["translator", "translations"]
}