AI Translation
Configuration
Workflow-Name: ai-translation
| Key (* = required) | Type | Default | Description | Example |
|---|---|---|---|---|
ext.ai-translation.translationService* |
string |
Name of the AI translation service which should be used ('deepl', 'ms', 'google' or 'systran') |
deepl |
|
ext.ai-translation.deepl.apiUrl* |
string |
Base URL of the deepl translation service |
||
ext.ai-translation.deepl.apiKey* |
string |
API Key for the deepl translation service |
||
ext.ai-translation.ms.apiUrl* |
string |
Base URL of the ms translation service |
||
ext.ai-translation.ms.apiKey* |
string |
API Key for the ms translation service |
||
ext.ai-translation.google.apiUrl* |
string |
Base URL of the google translation service |
||
ext.ai-translation.google.apiKey* |
string |
API Key for the google translation service |
||
ext.ai-translation.systran.apiUrl* |
string |
Base URL of the systran translation service |
https://api-translate.systran.net/translation/text/translate |
|
ext.ai-translation.systran.apiKey* |
string |
API Key for the systran translation service |
||
ext.ai-translation.attributes |
string (multi) |
List of attribute identifiers which should be translated (per default all language dependant attributes are translated) |
"Artikelnummer, Farbe" |
|
ext.ai-translation.sourceLanguages |
language (multi) |
required |
List of content source languages which should be translated |
English, German |
ext.ai-translation.targetLanguages |
language (multi) |
required |
List of content target languages which should be translated to |
French, Japanese |