Skip to main content

Do-Not-Translate Check tool

The Do-Not-Translate Check tool guards terms that must reach the target unchanged — product names, trademarks, code identifiers. For each configured term that appears in the source as a whole word, it verifies the term is present verbatim in the target; when it is missing, the block is flagged with a critical finding (the "the AI translated your product name" case). It is read-only: it annotates findings and never rewrites content.

The list of protected terms is supplied programmatically rather than as a schema field — a project, recipe, or checkset provides them, and the termbase can contribute more. A target locale is required; blocks without a target for that locale are skipped. The only schema-level option controls whether a case-folded match in the target is accepted.

IDdnt-check
SourceBuilt-in
Categoryquality
Cardinalitybilingual
Requirestarget-language
Tagsquality

Parameters

ParameterTypeDefaultDescription
caseInsensitivebooleanfalseAccept a case-folded match in the target instead of requiring exact case

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

Examples

Case-insensitive preservation

Accept a case-folded match for protected terms in the target.

caseInsensitive: true

Processing notes

  • Operates on translatable blocks that have a target for the configured locale; other parts pass through unchanged.

  • Findings are emitted in the "do-not-translate" category at critical severity.

Limitations

  • The list of protected terms is configured programmatically; it is not exposed as a schema parameter.

  • A term is only checked when it occurs in the source as a whole word; substrings of larger words are ignored.

  • When a term is absent from the target the finding records the verbatim term to preserve but proposes no automatic replacement — a miss needs a human or a re-translation, not a blind substring substitution.

  • Requires a configured target locale; blocks without a target for that locale are skipped.

← Back to the Tool Reference