mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Move translation dir to config/translations
This commit is contained in:
@@ -2,6 +2,6 @@ framework:
|
||||
default_locale: '%locale%'
|
||||
translator:
|
||||
paths:
|
||||
- '%kernel.project_dir%/translations/'
|
||||
- '%kernel.project_dir%/config/translations'
|
||||
fallbacks:
|
||||
- '%locale%'
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"translations/": "translations/"
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"container": {
|
||||
"locale": "en"
|
||||
|
||||
Reference in New Issue
Block a user