Skip to content

Commit dd7d752

Browse files
committed
More translation dir to config/translations
1 parent d027546 commit dd7d752

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
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%/translations/'
5+
- '%kernel.project_dir%/config/translations'
66
fallbacks:
77
- '%locale%'

symfony/translation/3.3/manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"copy-from-recipe": {
3-
"config/": "%CONFIG_DIR%/",
4-
"translations/": "translations/"
3+
"config/": "%CONFIG_DIR%/"
54
},
65
"container": {
76
"locale": "en"

0 commit comments

Comments
 (0)