0.0.2 • Published 3 years ago

@ignorance/i18n-util v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Usage

i18n.config.js

module.exports = {
  // 原项目中的中文语言包位置
  zhLangPath: './lang/zh_ch.json',
  // 原项目语言包的路径(有多少种语言就有多少个路径)
  langPathes: ['./lang/zh_ch.json', './lang/en_sh.json'],
  // 生成的 exel 的位置
  excelPathes: './lang/vic.xlsx',
  // 自定义的开始和结束 转换标示
  tag: '@@'
}
0.0.1

3 years ago

0.0.2

3 years ago

0.0.0

3 years ago