2.2.1 • Published 1 year ago

xliffsplit v2.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

xlifsplit

Extension for xliffmerge to splitting to smaller partials and merging back target translation and state to original xliffmerge files

Example

  • you need to have xliffmerge.json defined languages and genDir
## fing xliffmerge config and extract transaltions by modules in split-module.json
xliffsplit

## merge back extracted files
xliffsplit -m

Options

OptionMeaningTypeDefault
--splitModuleJson with locations of modules which will be splitted,resolved by anymatch, directory of file,{paths: {nameOfModule: relative path from root of project }}string./split-module.json
--profilesimilar to xliffmerge -profile, define path to xliffmerge.jsonstring./xliffmerge.json
--merge, -mReverse splitted modules, merge all partials to original xliffmerge filesbooleanfalse
--syncMode, -sdo Synchronize merge, in default is disable and all langs are merge parallelbooleanfalse
--format, -fformat which used for merging and extracting xlf xlf2 xmb xtbsringxlf2