daniel-sc / ng-extract-i18n-merge

Extract and merge i18n xliff translation files for angular projects.
MIT License
170 stars 18 forks source link

Sort option stable + new alphabetically #65

Closed daniel-sc closed 1 year ago

daniel-sc commented 1 year ago

Is your feature request related to a problem? Please describe. With the current (default) sort: stableAppendNew there are often merge conflicts as all new translations get added to the end.

Describe the solution you'd like A new sort option that a) keeps sorting of existing IDs (stable) b) new IDs are inserted alphabetically (as far as possible - existing IDs could be unsorted!)