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

52 lines
2.0 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",
" account on https://dashboard.weglot.com/register and modify your WG_API_KEY",
" config in <fg=green>.env</>",
"",
" * Edit the configuration in <fg=green>config/packages/weglot_translate.yaml</>",
" to start translate your website.",
"",
"More details: https://github.com/weglot/translate-bundle"
]
},
"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
}
}
}