0.0.1 • Published 10 years ago

fis-parser-po v0.0.1

Weekly downloads
23
License
-
Repository
-
Last release
10 years ago

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