forked from web-vision/deepltranslate-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_conf_template.txt
13 lines (12 loc) · 1.06 KB
/
ext_conf_template.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
# cat=Settings/O; type=string; label= Deepl API Key
apiKey =
# cat=Settings/O; type=string; label= Deepl API Url: Please note that with Deepl Free, the API host is https://api-free.deepl.com. This free DeepL API Key includes 500.000 words per month.You can register for new Deepl Free API here = https://www.deepl.com/pro-checkout/account?productId=1200&yearly=false&trial=false
apiUrl = https://api.deepl.com/v2/translate
# cat=Settings/O; type=string; label= Deepl Formality: Sets whether the translated text should lean towards formal or informal language. This feature currently only works for target languages "DE", "FR", "IT", "ES", "NL", "PL", "PT-PT", "PT-BR" and "RU". Possible options are: "default", "more" and "less"
deeplFormality = default
# cat=Settings/O; type=string; label= Google Translate API Key (Non freemode)
googleapiKey =
# cat=Settings/O; type=string; label= Google Translate API Url (Non freemode)
googleapiUrl = https://translation.googleapis.com/language/translate/v2
# cat=Settings/0; type=boolean; label=Activate old backend module
activateBackendModule = 0