0.0.3 • Published 7 years ago
i18n-node-cli v0.0.3
npm i i18n-node-cli -gusage
t start
t reversefeature
- 中文包导出excel
- excel还原任意语言包
translate.config.js
module.exports = {
input: './lang/zh', // 中文语言包路径
output: './lang/excel', // excel存放路径
target: './lang/en', // 导出的其他语言包路径
}