Skip to content

0.7.0: Merge pull request #72 from rvanbekkum/develop

Compare
Choose a tag to compare
@rvanbekkum rvanbekkum released this 04 Feb 22:18
· 36 commits to master since this release
9d4e48f

Changes

  • 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)