Skip to content

Commit

Permalink
release: 2.3.1 修复国际化问题
Browse files Browse the repository at this point in the history
  • Loading branch information
HXCStudio123 authored Apr 21, 2021
1 parent 5e04012 commit ffc617a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wot-design",
"version": "2.3.0",
"version": "2.3.1",
"description": "Mobile UI components built on vue.js",
"scripts": {
"dev": "npm run build:files && node build/build-install.js && cross-env NODE_ENV=development webpack-dev-server --progress --config build/webpack.docs.conf.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ if (typeof window !== 'undefined' && window.Vue) {
}

export default {
version: '2.3.0',
version: '2.3.1',
install,
locale: locale.use,
i18n: locale.i18n,
Expand Down
5 changes: 3 additions & 2 deletions src/locale/lang/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ export default {
size: '分页大小:{size}'
},
picker: {
confirm: '确定',
cancel: '取消'
cancel: '取消',
done: '完成',
placeholder: '请选择'
},
imgCropper: {
confirm: '完成',
Expand Down

0 comments on commit ffc617a

Please sign in to comment.