Files
symfony-flex-recipes-contrib/php-translation.loco-adapter.0.8.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

43 lines
1.6 KiB
JSON

{
"locks": {
"php-translation/loco-adapter": {
"version": "0.8",
"recipe": {
"repo": "0.8",
"branch": "master",
"version": "0.8",
"ref": "c97545d1c229338606d881294eceeb4cdc993777"
}
}
},
"manifests": {
"php-translation/loco-adapter": {
"repository": "github.com/symfony/recipes-contrib",
"package": "php-translation/loco-adapter",
"version": "0.8",
"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:\n index_parameter: 'id' # 'text' or 'name'. Leave blank for \"auto\" See https://localise.biz/api/docs/export/exportlocale\n projects:\n my_project:\n api_key: '%env(LOCO_PROJECT_API_KEY)%'\n domains: ['messages']\n",
"executable": false,
"encoding": ""
}
},
"origin": "php-translation/loco-adapter:0.8@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}