mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 16:46:24 +03:00
44 lines
1.7 KiB
JSON
44 lines
1.7 KiB
JSON
{
|
|
"locks": {
|
|
"symfony/translation": {
|
|
"version": "5.3",
|
|
"recipe": {
|
|
"repo": "5.3",
|
|
"branch": "master",
|
|
"version": "5.3",
|
|
"ref": "da64f5a2b6d96f5dc24914517c0350a5f91dee43"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"symfony/translation": {
|
|
"repository": "github.com/symfony/recipes",
|
|
"package": "symfony/translation",
|
|
"version": "5.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# providers:\n# crowdin:\n# dsn: '%env(CROWDIN_DSN)%'\n# loco:\n# dsn: '%env(LOCO_DSN)%'\n# lokalise:\n# dsn: '%env(LOKALISE_DSN)%'\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"translations/.gitignore": {
|
|
"contents": "",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "symfony/translation:5.3@github.com/symfony/recipes:master",
|
|
"is_contrib": false
|
|
}
|
|
}
|
|
} |