discourse-translator/config/settings.yml
Diego Barreiro 625e33df43 FEATURE: Add Yandex.Translate (#27)
Co-authored-by: Jarek Radosz <jradosz@gmail.com>
2020-01-07 17:03:10 +01:00

18 lines
342 B
YAML

plugins:
translator_enabled:
default: false
client: true
translator:
default: 'Microsoft'
client: true
type: enum
choices:
- Microsoft
- Google
- Yandex
translator_azure_subscription_key:
default: ''
translator_google_api_key:
default: ''
translator_yandex_api_key:
default: ''