mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"manifests": {
|
|
"php-translation/loco-adapter": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Translation\\PlatformAdapter\\Loco\\Bridge\\Symfony\\TranslationAdapterLocoBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"LOCO_PROJECT_API_KEY": ""
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/php_translation_loco_adapter.yaml": {
|
|
"contents": [
|
|
"translation_adapter_loco:",
|
|
" index_parameter: 'id' # 'text' or 'name'. Leave blank for \"auto\" See https://localise.biz/api/docs/export/exportlocale",
|
|
" projects:",
|
|
" my_project:",
|
|
" api_key: '%env(LOCO_PROJECT_API_KEY)%'",
|
|
" domains: ['messages']",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "c97545d1c229338606d881294eceeb4cdc993777"
|
|
}
|
|
}
|
|
}
|