Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.
Auszug
hiddentrue

Nuclos DeepL translator: authKey, formality, glossaryId, allowPersistentTranslation, localization, data protection, API.

globe with meridians Language: Deutsch · English

hammer and wrench DeepL translator

Automatic translation with DeepL – JARs, authKey, formality, glossary and data protection notes.

Status
colourPurple
titleHow-to
Status
colourBlue
titleAdministrator
Status
colourGreen
titleUpdated: Jul 2026
Status
colourGrey
titleapplies to Nuclos 4.2026.x

Panel
bgColor#F4F5F7

On this page

Inhalt
maxLevel2
minLevel2

The DeepL translator connects automatic translations to localization. A DeepL account is required (Pro subscription recommended).

Sources

Configuration

The configuration is generated as a template; initially only the authKey needs adjusting:

Codeblock
languagejson
{
  "authKey": "please.set.your.API.KEY.here",
  "formality": "Default",
  "glossaryId": "optional.GLOSSARY.ID",
  "allowPersistentTranslation": true,
  "allowInMemoryTranslation": true,
  "allowUncachedTranslation": true,
  "logLevel": "WARN"
}
ParameterMeaning
authKeyDeepL API key (required).
formalityDefault, Less, More, PreferLess, PreferMore.
glossaryIdID of the DeepL glossary (from the browser address bar when editing the glossary).
allowPersistentTranslationstore permanently as localization text (default true).
allowInMemoryTranslationtranslation kept only in memory at runtime (default true).
Warnung
titleData protection

Data protection: standard API methods only produce in-memory requests. Persisting requires an extended call – business object data (possibly personal) could then be sent to DeepL. When in doubt, disable automatic translation.

Related pages

gear Localization


Localization.

Open →