mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 15:46:37 +03:00
41 lines
1.4 KiB
JSON
41 lines
1.4 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:",
|
|
"# crowdin:",
|
|
"# dsn: '%env(CROWDIN_DSN)%'",
|
|
"# loco:",
|
|
"# dsn: '%env(LOCO_DSN)%'",
|
|
"# lokalise:",
|
|
"# dsn: '%env(LOKALISE_DSN)%'",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"translations/.gitignore": {
|
|
"contents": [
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "da64f5a2b6d96f5dc24914517c0350a5f91dee43"
|
|
}
|
|
}
|
|
}
|