Skip to content

Releases: daniel-sc/ng-extract-i18n-merge

2.1.2

20 Jul 11:41
Compare
Choose a tag to compare
  • fix: gracefully handle non-existent target nodes b4df315
  • fix: do not change translation state for changes only in collapsible whitespace

v2.1.1...v2.1.2

2.1.1

01 Jul 09:23
Compare
Choose a tag to compare
  • fix: handle empty target files gracefully 7c00745

v2.1.0...v2.1.1

2.1.0

22 Jun 17:42
Compare
Choose a tag to compare
  • feat: auto create missing target files #36
  • fix: support angular 14 #37

v2.0.1...v2.1.0

2.0.1

16 Jun 20:55
Compare
Choose a tag to compare
  • Fix: handle missing messages.xlf (Big thanks to @strout! See #34 #35)

v2.0.0...v2.0.1

2.0.0

31 May 18:38
Compare
Choose a tag to compare

Breaking changes:

  • Now this plugin uses the default angular "extract-i18n" target - so you can (must) simply run ng extract-i18n! (#30)
  • Default sort is now "stableAppendNew" (was: "idAsc") (#26).
  • Leading/trailing whitespaces are normalized (i.e. collapsed to one space) but not completely trimmed (#28).
  • Npm run script is removed (you can create a manual npm run script of course).

Full Changelog: v1.4.0...v2.0.0

2.0.0-beta

16 May 12:04
Compare
Choose a tag to compare
2.0.0-beta Pre-release
Pre-release
  • feat: change default sort behaviour to "stableAppendNew", as this keeps the order for units with implicit ID. eff3cad
  • fix: retain leading/trailing whitespaces of translation sources/targets 14edd03

BREAKING CHANGES:

  • To retain the previous sort behavior set option sort: "idAsc".
  • Leading/Trailing whitespaces can lead to visible changes.
    If in doubt, check and remove whitespaces in your template files.

v1.4.0...v2.0.0-0

1.4.0

09 May 10:07
Compare
Choose a tag to compare

v1.3.0...v1.4.0

1.3.0

26 Apr 15:27
Compare
Choose a tag to compare
  • feat: sync source to target for untranslated units 47a6ed1
  • feat: new configuration to skip target element creation for new translation units bac779e

v1.2.3...v1.3.0

1.2.3

11 Apr 09:35
Compare
Choose a tag to compare
  • fix: add new/updated context-groups to existing 183d273

v1.2.2...v1.2.3

1.2.2

24 Mar 13:39
Compare
Choose a tag to compare
  • fix: option "sourceLanguageTargetFile" should auto update targets ced319d
  • fix: retain whitespace between consecutive interpolated statements 720eed2

v1.2.1...v1.2.2