npm.io
2.0.3 • Published 2 months ago

i18nc-db

Licence
MIT
Version
2.0.3
Deps
4
Size
7 kB
Vulns
0
Weekly
0
Stars
4

I18NC-PO

NPM Version NPM Downloads NPM License

Install

npm install i18nc-po --save

Usage

var fs = require('fs');
var i18nc = require('i18nc-core');
var i18ncPO = require('i18nc-po');
var ret = i18nc(code, options);

i18ncPO.create(ret);    // return content of pot and po

var poContent = fs.readFileSync('en-US.po').toString();
i18ncPO.parse(poContent);      // return dbTranslateWords for i18nc-core

Keywords