Skip to content

Commit

Permalink
Merge pull request #253
Browse files Browse the repository at this point in the history
  • Loading branch information
symfony-flex-server[bot] committed Nov 21, 2017
2 parents 673de0e + 18d744a commit f434f5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion symfony/translation/3.3/config/packages/translation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ framework:
default_locale: '%locale%'
translator:
paths:
- '%kernel.project_dir%/config/translations'
- '%kernel.project_dir%/translations'
fallbacks:
- '%locale%'
3 changes: 2 additions & 1 deletion symfony/translation/3.3/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
"config/": "%CONFIG_DIR%/",
"translations/": "translations/"
},
"container": {
"locale": "en"
Expand Down

0 comments on commit f434f5c

Please sign in to comment.