Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
fix: add string "Close"
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi committed Aug 14, 2021
1 parent e364854 commit 9e1e2f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lang/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ export default {
Download: 'Download',
Select: 'Select',
"What's this?": "What's this?",
Close: 'Close',
}
1 change: 1 addition & 0 deletions src/lang/ja.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ export default {
Download: 'Download',
Select: 'Select',
"What's this?": "What's this?",
Close: 'Close',
}
1 change: 1 addition & 0 deletions src/lang/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ export default {
Download: '下载',
Select: '选择',
"What's this?": '这是什么?',
Close: '关闭',
}

0 comments on commit 9e1e2f1

Please sign in to comment.