@grace-studio/json-to-xliff

0.2.0 • Public • Published

@grace-studio/json-to-xliff

npm version

The JSON to XLIFF converter tool currently supports XLIFF version 1.2.

Installation

To install the JSON to XLIFF converter tool for global access, you can use either npm or yarn:

npm i -g @grace-studio/json-to-xliff

# or

yarn global add @grace-studio/json-to-xliff

Usage

To convert a JSON file to XLIFF:

json-to-xliff toXliff \
--file <input-json-file> \
--out <output-xliff-file> \
--lang <language-code> \

To convert a XLIFF file to JSON:

json-to-xliff toJson \
--file <input-xliff-file> \
--out <output-json-file>

Readme

Keywords

none

Package Sidebar

Install

npm i @grace-studio/json-to-xliff

Weekly Downloads

2

Version

0.2.0

License

MIT

Unpacked Size

19.7 kB

Total Files

27

Last publish

Collaborators

  • dmelkersson
  • mattiasalmgrace