Skip to content

Commit 18d744a

Browse files
committed
Revert the move of translations/ into config/
1 parent db32040 commit 18d744a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

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

+1-1
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

+2-1
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)