Skip to content

Commit

Permalink
add print button locale
Browse files Browse the repository at this point in the history
jiang
  • Loading branch information
tonytonychopper123 committed May 25, 2023
1 parent 0abd26a commit 4ebf4e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/locale/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -7326,6 +7326,9 @@ export default {
expire: "expired",
remain: "remaining days",
error: "error",
showLine: "show grid line",
show: "show",
hide: "hide",
},
edit: {
typing: "typing",
Expand Down
3 changes: 3 additions & 0 deletions src/locale/zh.js
Original file line number Diff line number Diff line change
Expand Up @@ -7302,6 +7302,9 @@ export default {
expire: "已过期",
remain: "剩余天数",
error: "错误",
showLine: "显示网格线",
show: "显示",
hide: "隐藏",
},
edit: {
typing: "正在输入",
Expand Down

0 comments on commit 4ebf4e1

Please sign in to comment.