Merge pull request #614

This commit is contained in:
symfony-flex-server[bot]
2019-06-20 06:04:14 +00:00
committed by GitHub
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"]
}