Skip to content

Commit f434f5c

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #253
2 parents 673de0e + 18d744a commit f434f5c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

symfony/translation/3.3/config/packages/translation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ framework:
22
default_locale: '%locale%'
33
translator:
44
paths:
5-
- '%kernel.project_dir%/config/translations'
5+
- '%kernel.project_dir%/translations'
66
fallbacks:
77
- '%locale%'

symfony/translation/3.3/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"copy-from-recipe": {
3-
"config/": "%CONFIG_DIR%/"
3+
"config/": "%CONFIG_DIR%/",
4+
"translations/": "translations/"
45
},
56
"container": {
67
"locale": "en"

0 commit comments

Comments
 (0)