translation-consistency-check
v0.0.6
Published
Downloads
2
Readme
lqa-consistency-check
Installation
npm install lqa-consistency-check --save
Usage
const checkConsistency = require('lqa-consistency-check')
console.log(
checkConsistency(
{
indexToTest: 0,
sourceStrings: ['A', 'B', 'C', 'A'],
targetStrings: ['I', 'II', 'III', 'IV']
}
)
)
API
License
MIT © Eirik Birkeland