0.0.8 • Published 8 years ago

xliff-to-object v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

Takes an XLIFF and fetches an object containing two arrays of strings, one for each language.

Example usage:

var fs = require('fs')
var convert = require('xliff-to-object')

var xliffData = fs.readFileSync(file, 'utf8')

convert(xliffData, returnObject => {
   console.log(returnObject)
})
0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago