mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"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'",
|
|
" fallbacks:",
|
|
" - en",
|
|
" providers:",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"translations/.gitignore": {
|
|
"contents": [
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "e28e27f53663cc34f0be2837aba18e3a1bef8e7b"
|
|
}
|
|
}
|
|
}
|