Gå til hovedinnhold

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, QA — 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.

IDcreate-target
SourceBuilt-in
Categorytext-processing
Cardinalitybilingual
Requirestarget-language

Parameters

ParameterTypeDefaultDescription
copySourcebooleanfalseCopy the source runs into the new target
createOnNonTranslatablebooleantrueCreate a target even for non-translatable text units
overwritebooleanfalseOverwrite the existing target if one already exists
targetLocalestringTarget locale to create

Configure these parameters interactively and copy the flow-step YAML on the Tool Reference.

Examples

Create empty targets for a locale

Prepare empty target containers ready for translation.

targetLocale: fr-FR

Pre-fill targets with the source

Seed targets with source text as a starting draft.

targetLocale: de-DE
copySource: true

Processing notes

  • Existing targets are skipped unless overwrite is enabled.

← Back to the Tool Reference