mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 16:46:24 +03:00
[symfony/translation] Remove confusing commented value
This commit is contained in:
@@ -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,8 +3,5 @@
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"translations/": "translations/"
|
||||
},
|
||||
"container": {
|
||||
"locale": "en"
|
||||
},
|
||||
"aliases": ["translator", "translations"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user