0.0.2 • Published 5 years ago

umi-plugin-intl-hk v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

umi-plugin-intl-hk

NPM version NPM downloads

antd支持香港繁体插件

Install

npm i umi-plugin-intl-hk --save-dev

Usage

Configure in .umirc.js,

export default {
  plugins: [
    ['umi-plugin-intl-hk', 
      {
        enable: true, // 插件开关,默认为fasle
        files: {
            sourceFile: 'zh_TW', // 需要复制的源文件
            destFile: 'zh_HK' // 需要生成的新文件
        }
      }
    ],
  ],
}

Options

TODO

LICENSE

MIT