ms-xlfknife
v0.0.7
Published
A command-line utility to import/merge or export *.xlf files from/to XLF, CSV, PO, JSON, PHP ....
Downloads
34
Maintainers
Readme
xlfknife
A command-line utility to import/merge or export *.xlf files in XLF, CSV, PO, JSON, PHP ....
DISCLAIMER This Software is pre-alpha
Usage
Update an existing language file with keys from the default file
node ./src/index.js import ./examples/de.locallang.xlf --source=./examples/locallang.xlf --target=./output/de.locallang.xlf --lang=de
Export *.xlf file to csv
node ./src/index.js export ./examples/simple.xlf -o ./output/simple.xlf.csv