daniel-sc / xliff-simple-merge

Merges XLIFF 1.2/2.0 files. Usable for Angular i18n automation.
MIT License
16 stars 7 forks source link

Adds flag for compressed output. #17

Closed michaelkrog closed 3 months ago

michaelkrog commented 3 months ago

Fixes #19

This PR, add a flag that makes it possible to specify that xmldcc.toString() should output compressed text (no newlines and indentions). Default behavior is the current behavior (no compression).