0.0.8 • Published 10 years ago

xliff-to-object v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
10 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

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago