Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If there is TrackChanges markup in SDLXLIF, the made changes can automatically be applied to the content on import time

If client's TrackChanges plugin is inactive and runtimeOptions.import.sdlxliff.applyChangeMarks set to true
all contents that are marked "deleted" in sdlxliff will be deleted from the segment. All contents marked as "added" will stay and trackchanges markup will be removed. (this is current behavior, but independent of TrackChanges plug-in

If client's TrackChanges plugin is inactive and runtimeOptions.import.sdlxliff.applyChangeMarks set to false
An error will be thrown and import aborted
 
If TrackChanges plugin is active and runtimeOptions.import.sdlxliff.applyChangeMarks set to true
the config will do nothing at all. TrackChanges markup is removed from the import file.in sdlxliff will lead to trackChanges markup in translate5
 
If TrackChanges plugin is active and runtimeOptions.import.sdlxliff.applyChangeMarks set to false
the config will do nothing at all. TrackChanges markup in sdlxliff will lead to trackChanges markup in translate5


By default TrackChanges plugin is inactive and runtimeOptions.import.sdlxliff.applyChangeMarks set to trueBy default this feature is activated, to disable that feature set runtimeOptions.import.sdlxliff.applyChangeMarks to 0, more information about configuration.

Warning

Since If TrackChanges plugin is inactive and runtimeOptions.import.sdlxliff.applyChangeMarks set to true the changes are applied to the content, the whole change-mark information is removed from the SDLXLIFF file, change-mark meta information (like time of change and author of a specific change) is getting lost.

...