Skip to content

Commit 401d23f

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #614
2 parents 4a4625a + 3ec504b commit 401d23f

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

symfony/framework-bundle/3.3/config/packages/framework.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
framework:
22
secret: '%env(APP_SECRET)%'
3-
#default_locale: en
43
#csrf_protection: true
54
#http_method_override: true
65

symfony/framework-bundle/4.2/config/packages/framework.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
framework:
22
secret: '%env(APP_SECRET)%'
3-
#default_locale: en
43
#csrf_protection: true
54
#http_method_override: true
65

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
framework:
2-
default_locale: '%locale%'
2+
default_locale: en
33
translator:
44
default_path: '%kernel.project_dir%/translations'
55
fallbacks:
6-
- '%locale%'
6+
- en

symfony/translation/3.3/manifest.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,5 @@
33
"config/": "%CONFIG_DIR%/",
44
"translations/": "translations/"
55
},
6-
"container": {
7-
"locale": "en"
8-
},
96
"aliases": ["translator", "translations"]
107
}

0 commit comments

Comments
 (0)