ramda-translate
v1.0.0
Published
基于ramda的多语言字典生成工具
Downloads
2
Readme
介绍
命令行工具 给定指定中文 json 字典,生成翻译后的多语言文件。
安装
npm install
npm link
支持命令
- -f --file (指定中文字典)
-f zh-CN.json
- -l --languages (指定翻译)
-l en/ja
样例
translate -f zh-CN.json -l en/ja
该命令会在当前命令运行目录中生成对应的英文和日文字典