fis-parser-po

0.0.1 • Public • Published

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i fis-parser-po

    Weekly Downloads

    11

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • lily-zhangying