mirror of
https://ghfast.top/https://github.com/discourse/discourse-translator.git
synced 2026-07-15 11:36:26 +08:00
18 lines
342 B
YAML
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: ''
|