Files
symfony-flex-recipes-contrib/php-translation.loco-adapter.0.8.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

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"
}
}
}