Activate extension when any of the extension's commands are invoked.
New setting xliffSync.matchingOriginalOnly that can be used to specify whether to sync. only to files where the original attribute of the file-node of an XLIFF file matches that of the base file (Default: true). (GitHub issue #51 + (GitHub issue #66))
New setting xliffSync.clearTranslationAfterSourceTextChange that can be used to specify whether the translation for trans-units should be cleared during syncing if a change in the source text is detected (instead of marking it as needs-work) (Default: false). (GitHub issue #64)
Fix: Do not add state to (new) target nodes in XLIFF 2.0 files. (GitHub issue #57)
Added more details about files and workspace to error messages. (GitHub issue #65)
xliffSync.matchingOriginalOnly
that can be used to specify whether to sync. only to files where theoriginal
attribute of thefile
-node of an XLIFF file matches that of the base file (Default:true
). (GitHub issue #51 + (GitHub issue #66))xliffSync.clearTranslationAfterSourceTextChange
that can be used to specify whether the translation for trans-units should be cleared during syncing if a change in the source text is detected (instead of marking it as needs-work) (Default:false
). (GitHub issue #64)