1.0.0 • Published 4 years ago

ramda-translate v1.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

介绍

命令行工具 给定指定中文 json 字典,生成翻译后的多语言文件。

安装

npm install
npm link

支持命令

  • -f --file (指定中文字典)
-f zh-CN.json
  • -l --languages (指定翻译)
-l en/ja

样例

translate -f zh-CN.json -l en/ja

该命令会在当前命令运行目录中生成对应的英文和日文字典

1.0.0

4 years ago