Skip to content

1.1.0: Merge pull request #4 from rvanbekkum/develop

Compare
Choose a tag to compare
@rvanbekkum rvanbekkum released this 06 Mar 22:13
· 49 commits to master since this release
a196985

Changelog

  • Fix for findByXliffGeneratorNoteAndSourceText throwing error on variable not being found.
  • Fix for incorrect assumption of xml:space="preserve" which would lead to errors in an attempt to insert whitespace/nodes.
  • Fix/Improvement: Find by source (and developer note) would take the first unit with the same source text even if that unit did not have a translation, now it takes the first unit with the same source text with a translation to reuse translations.
  • Command Check-XliffTranslations now returns the units that contain problems as an array. Useful if you want to do something with the outputs, e.g., extract/show more information or completely fail your build pipeline if any problems are found.

Thank You