Skip to content

Demian1996/translate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

介绍

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

安装

npm install
npm link

支持命令

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

样例

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

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

About

多语言文件生成工具, 使用ramda完成数据流动

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors