1.0.5 • Published 3 years ago

simple2trad v1.0.5

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

simple2trad

webpack plugin translate simple to trad

安装

npm install simple2trad -D

使用

const SimpleToTrad = require('simple2trad')

module.exports = {
  configureWebpack: () => ({
    plugins: [
      new SimpleToTrad({
        '餘額': '余額'
      })
    ]
  })
}

参数说明

由于部分简体中文直接翻译为繁体字往往存在特例问题,需要个性化处理某些词汇

{
  '餘額': '余額'
}

// 将【餘額】 替换为 【余額】
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago