Files
symfony-flex-recipes-contrib/weglot.translate-bundle.0.6.json
T
github-action botandgithub-action bot af31901ef8 Update Flex endpoint
2021-09-20 16:15:05 +00:00

43 lines
1.8 KiB
JSON

{
"locks": {
"weglot/translate-bundle": {
"version": "0.6",
"recipe": {
"repo": "0.6",
"branch": "master",
"version": "0.6",
"ref": "3cbe2d280746adbf6d41a7551fd1a8a123a17413"
}
}
},
"manifests": {
"weglot/translate-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "weglot/translate-bundle",
"version": "0.6",
"manifest": {
"bundles": {
"Weglot\\TranslateBundle\\WeglotTranslateBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"WG_API_KEY": "..."
},
"post-install-output": " * The weglot/translate-bundle uses Weglot service. Create a free\n account on https://dashboard.weglot.com/register and modify your WG_API_KEY\n config in <fg=green>.env</>\n\n * Edit the configuration in <fg=green>config/packages/weglot_translate.yaml</>\n to start translate your website.\n\nMore details: https://github.com/weglot/translate-bundle\n\n"
},
"files": {
"config/packages/weglot_translate.yaml": {
"contents": "weglot_translate:\n api_key: '%env(WG_API_KEY)%'\n original_language : 'en'\n cache: true\n destination_languages:\n - 'fr'\n - 'de'\n\n",
"executable": false,
"encoding": ""
}
},
"origin": "weglot/translate-bundle:0.6@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}