viai18n-cli
v0.0.45
Published
manage i18n files and provides a visual interface for translating.it works along with [viai18n-loader](https://www.npmjs.com/package/viai18n-loader) frequently. ## Install
Readme
viai18n-cli
manage i18n files and provides a visual interface for translating.it works along with viai18n-loader frequently.
Install
npm install viai18n-cli -gUsage
you should have a config file before execute below commands. please refer to /example/viai18n.config.js.
- collect locales together
viai18n collect- split locales
viai18n split- generate html or excel for translating
viai18n gen- fill with translated texts
viai18n fill- clean invalid text which is deprecated
viai18n cleanviai18n-cli provides a set of commands. use viai18n --help to learn more.
Changelog
- v0.0.15
- Attribute
config.exclude.filerename toconfig.exclude.filePatternwhich supports glob pattern. config.exclude.key[].filesupport glob pattern.
- Attribute
