mirror of
https://github.com/symfony/recipes.git
synced 2026-09-18 18:46:40 +03:00
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"manifests": {
|
|
"symfony/translation": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"translations/": "translations/"
|
|
},
|
|
"aliases": [
|
|
"translator",
|
|
"translations"
|
|
]
|
|
},
|
|
"files": {
|
|
"config/packages/translation.yaml": {
|
|
"contents": [
|
|
"framework:",
|
|
" default_locale: en",
|
|
" translator:",
|
|
" default_path: '%kernel.project_dir%/translations'",
|
|
" fallbacks:",
|
|
" - en",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"translations/.gitignore": {
|
|
"contents": [
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "2ad9d2545bce8ca1a863e50e92141f0b9d87ffcd"
|
|
}
|
|
}
|
|
} |