Merges XLIFF files
npm install xliff-simple-merge

npm i -g xliff-simple-merge or run directly with npx xliff-simple-merge.
text
Options:
-i, --input-file input file(s)/merge origin(s)
-d, --destination-file merge destination
-o, --output-file output file, if not provided "merge destination" is overwritten
-e, -exclude-file exclude all unit IDs of the provided file(s)
-w, --overwrite-with-translated overwrite target of destination with target of source, if it's translated and destination target not
--no-match-fuzzy prevent fuzzy matching of similar units with changed id
--no-collapse-whitespace prevent collapsing of multiple whitespaces when comparing translations sources
--no-reset-translation-state prevent (re-)setting the translation state to new/initial for new/changed units
--no-replace-apostrophe prevent replacing of apostrophes (') with "'"
--debug enable debug output
-h, --help display help for command
``