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

44 lines
1.8 KiB
JSON

{
"locks": {
"kunstmaan/translator-bundle": {
"version": "5.2",
"recipe": {
"repo": "5.2",
"branch": "master",
"version": "5.2",
"ref": "91568addc2273da9b3675848b3e1b62e4cf64af8"
}
}
},
"manifests": {
"kunstmaan/translator-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "kunstmaan/translator-bundle",
"version": "5.2",
"manifest": {
"bundles": {
"Kunstmaan\\TranslatorBundle\\KunstmaanTranslatorBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/kunstmaan_translator.yaml": {
"contents": "KunstmaanTranslatorBundle:\n resource: \"@KunstmaanTranslatorBundle/Resources/config/routing.yml\"\n # If your site is not multi language, remove the \"{_locale}/\" part of prefix and requirements\n prefix: /{_locale}/\n requirements:\n _locale: \"%kunstmaan_admin.required_locales%\"\n",
"executable": false,
"encoding": ""
},
"config/packages/kunstmaan_translator.yaml": {
"contents": "kunstmaan_translator:\n enabled: true\n # Add your preferred locales here\n managed_locales: ['nl', 'en', 'de', 'fr']\n",
"executable": false,
"encoding": ""
}
},
"origin": "kunstmaan/translator-bundle:5.2@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}