Create Target tool
The Create Target tool ensures every block has a target segment for a given locale. It is the standard first step when preparing content for translation: it creates the empty (or source-seeded) target containers that later tools (translation, leverage, verification) fill and check.
A target locale is required. By default existing targets are left untouched; enable overwriting to replace them. Targets can be created for non-translatable blocks as well, which keeps bilingual structure complete across an entire document.
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
copySource | boolean | false | Kopier kildesekvensene inn i det nye målet |
createOnNonTranslatable | boolean | true | Opprett et mål selv for ikke-oversettbare tekstenheter |
overwrite | boolean | false | Overskriv det eksisterende målet hvis ett allerede finnes |
targetLocale | string | Målspråk som skal opprettes |
Configure it live
Configuration
Loading form…
Examples
Create empty targets for a locale
Prepare empty target containers ready for translation.
targetLocale: fr
Pre-fill targets with the source
Seed targets with source text as a starting draft.
targetLocale: de
copySource: true
Processing notes
Existing targets are skipped unless overwrite is enabled.
← Back to the Tool Reference