mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Update Flex endpoint
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/translation": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"translations/": "translations/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/translation.yaml": {
|
||||
"contents": [
|
||||
"framework:",
|
||||
" default_locale: en",
|
||||
" translator:",
|
||||
" default_path: '%kernel.project_dir%/translations'",
|
||||
" providers:",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"translations/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "620a1b84865ceb2ba304c8f8bf2a185fbf32a843"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -14,8 +14,6 @@
|
||||
" default_locale: en",
|
||||
" translator:",
|
||||
" default_path: '%kernel.project_dir%/translations'",
|
||||
" fallbacks:",
|
||||
" - en",
|
||||
" providers:",
|
||||
""
|
||||
],
|
||||
@@ -28,7 +26,7 @@
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "e28e27f53663cc34f0be2837aba18e3a1bef8e7b"
|
||||
"ref": "620a1b84865ceb2ba304c8f8bf2a185fbf32a843"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user