0.2.0 • Published 2 years ago

html-i18n-cli v0.2.0

Weekly downloads
14
License
-
Repository
-
Last release
2 years ago

html-i18n-cli

HTML 国际化工具

安装

npm i -g html-i18n-cli

使用

  1. 生成 JSON 文件
html parse test.html
  1. 翻译 JSON 文件

输入两次 Ctrl + C 终止,机翻后可手动校对

html translate test.json
  • -t zh 指定目标语言
  • -n 50 指定更新频率
  • --appid 百度翻译 APPID
  • --serret 百度翻译 SECRET
  1. 还原 HTML 文件
html render test.html test.json

附加功能

  • JSON 转 EXCEL
html convert test.json
  • EXCEL 转 JSON
html convert test.xlsx

相关项目