fis-parser-po
v0.0.1
Published
intro 转换po文件为一份json文件(`key=>value`)。
Downloads
15
Readme
fis-parser-po
intro
转换po文件为json文件(key=>value
)。
po;
msgid "xxx"
msgstr "yyyyy"
json;
{
"xxx": "yyyyy"
}
install
npm install -g fis-parser-po
config
fis.config.set("modules.parser.po", 'po'); //use po parser
fis.config.set("roadmap.ext.po", 'json'); //release po to json