| Auszug |
|---|
|
Nuclos DeepL translator: authKey, formality, glossaryId, allowPersistentTranslation, localization, data protection, API. |
Language: Deutsch · English
DeepL translator
Automatic translation with DeepL – JARs, authKey, formality, glossary and data protection notes.
| Status |
|---|
| colour | Blue |
|---|
| title | Administrator |
|---|
|
| Status |
|---|
| colour | Green |
|---|
| title | Updated: Jul 2026 |
|---|
|
| Status |
|---|
| colour | Grey |
|---|
| title | applies to Nuclos 4.2026.x |
|---|
|
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 |
|---|
|
{
"authKey": "please.set.your.API.KEY.here",
"formality": "Default",
"glossaryId": "optional.GLOSSARY.ID",
"allowPersistentTranslation": true,
"allowInMemoryTranslation": true,
"allowUncachedTranslation": true,
"logLevel": "WARN"
} |
| Parameter | Meaning |
|---|
| authKey | DeepL API key (required). |
| formality | Default, Less, More, PreferLess, PreferMore. |
| glossaryId | ID of the DeepL glossary (from the browser address bar when editing the glossary). |
| allowPersistentTranslation | store permanently as localization text (default true). |
| allowInMemoryTranslation | translation kept only in memory at runtime (default true). |
| Warnung |
|---|
|
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
Localization
Localization.
Open →