Enum TranslationUpdateMode
Translation update modes used in the Translate automatic task.
Namespace: Sdl.ProjectAutomation.Settings
Assembly: Sdl.ProjectAutomation.Settings.dll
Syntax
public enum TranslationUpdateMode
Fields
Name | Description |
---|---|
KeepExistingTranslation | Keep existing bilingual segments (don't overwrite existing translations) |
OverwriteExistingTranslation | Always overwrite existing translations, except locked or PerfectMatch translation |
OverwriteExistingTranslationIfBetterMatch | Overwrite existing translations if the current TM yields a better match than the one recorded in the input |