Extension Configuration

Some general settings can be configured in the Extension Configuration.

  1. Go to Admin Tools > Settings > Extension Configuration
  2. Choose wv_deepltranslate
Screenshot of Extension configuration

DeepL API Key

apiKey

apiKey
type

string

Add your DeepL API Key here.

apiUrl (deprecated)

apiUrl (deprecated)
type

string

Default

https://api.deepl.com/v2/translate

The API URL used for DeepL translations. One of the following allowed:

https://api-free.deepl.com/v2/translate
The free API. This free DeepL API Key includes 500.000 words per month. You can register for new DeepL Free API
https://api.deepl.com/v2/translate
Payed API. If you need more than the 500.000 words per month, register and buy a package at DeepL Pro

deeplFormality

deeplFormality
type

string

Sets whether the translated text should lean towards formal or informal language. Possible options:

default
The default setting. If formal or informal depends on the language
less
Less formal language. Will fail, if no formality support for language
more
More formal language. Will fail, if no formality support for language
prefer_less
Use less formal language, if possible, otherwise fallback to default
prefer_more
Use more formal language, if possible, otherwise fallback to default

googleapiKey (deprecated)

googleapiKey (deprecated)
type

string

The API key for Google translation.

googleapiUrl (deprecated)

googleapiUrl (deprecated)
type

string

The URL providing Google translation API. Normally you don't need to change this.