Skip to content

Commit

Permalink
fix(ui/locale): 修复英文语言包字段名错误的问题
Browse files Browse the repository at this point in the history
affects: @varlet/ui
  • Loading branch information
haoziqaq committed Apr 7, 2021
1 parent 388dc88 commit e26e24d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/varlet-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlet/ui",
"version": "0.10.6",
"version": "0.10.7",
"description": "A material like components library",
"module": "es/index.js",
"main": "cjs/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/varlet-ui/src/locale/en-US.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export default {
// Dialog
dialogTitle: 'Hint',
dialogConfirmButton: 'Confirm',
dialogCancelButton: 'Cancel',
dialogConfirmButtonText: 'Confirm',
dialogCancelButtonText: 'Cancel',
// List
listLoadingText: 'Loading',
listFinishedText: 'No more',
Expand Down

0 comments on commit e26e24d

Please sign in to comment.