mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"locks": {
|
|
"symfony/translation": {
|
|
"version": "3.3",
|
|
"recipe": {
|
|
"repo": "3.3",
|
|
"branch": "master",
|
|
"version": "3.3",
|
|
"ref": "2ad9d2545bce8ca1a863e50e92141f0b9d87ffcd"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"symfony/translation": {
|
|
"repository": "github.com/symfony/recipes",
|
|
"package": "symfony/translation",
|
|
"version": "3.3",
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"translations/": "translations/"
|
|
},
|
|
"aliases": [
|
|
"translator",
|
|
"translations"
|
|
]
|
|
},
|
|
"files": {
|
|
"config/packages/translation.yaml": {
|
|
"contents": "framework:\n default_locale: en\n translator:\n default_path: '%kernel.project_dir%/translations'\n fallbacks:\n - en\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"translations/.gitignore": {
|
|
"contents": "",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "symfony/translation:3.3@github.com/symfony/recipes:master",
|
|
"is_contrib": false
|
|
}
|
|
}
|
|
} |