-
将整个项目copy到和你项目src平级的地方,
-
将src/index.js 中的
handleFileDirPath
更改为自己需要提取的文件路径 -
将src/utils.js 中的
allLange
更改为自己的词条库路径 词条库的格式为;[ { value: 'Operation', key: '操作' }, { value: 'Delete', key: '删除' }, { value: 'Modify', key: '修改' }, { value: 'Edit', key: '编辑' }, { value: 'Query', key: '查询' }, { value: 'Reset', key: '重置' } ]
generateHash
方法为生产key
的规则,可根据实际项目调整 -
启动运行 会在你源文件上进行国际化替换
-
结束后 会有生产三个文件
locale-cn.json
中文词条locale-en.json
英文词条no-en-lang.json
没有在allLange
中找到的词条 -
最后可以根据
no-en-lang.json
补充allLange
词条 再次运行项目 完成全部国际化替换
-
Notifications
You must be signed in to change notification settings - Fork 0
xzhangsir/asti18n-vue
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published