Merge pull request #518

This commit is contained in:
symfony-flex-server[bot]
2018-10-13 09:22:07 +00:00
committed by GitHub
2 changed files with 17 additions and 0 deletions
@@ -0,0 +1,6 @@
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']
@@ -0,0 +1,11 @@
{
"bundles": {
"Translation\\PlatformAdapter\\Loco\\Bridge\\Symfony\\TranslationAdapterLocoBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"LOCO_PROJECT_API_KEY": ""
}
}