0.0.7 • Published 7 months ago

ms-xlfknife v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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