Skip to content

Commit

Permalink
* core: add more common language text.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Jun 21, 2024
1 parent 29e58b6 commit f586c30
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/core/src/i18n/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ addI18nMap({
delete: '删除',
reset: '重置',
add: '添加',
copy: '复制',
close: '关闭',
},
'zh_tw': {
confirm: '確定',
Expand All @@ -16,6 +18,8 @@ addI18nMap({
delete: '刪除',
reset: '重置',
add: '添加',
Copy: '複製',
close: '關閉',
},
en: {
confirm: 'Confirm',
Expand All @@ -24,5 +28,7 @@ addI18nMap({
delete: 'Delete',
reset: 'Reset',
add: 'Add',
copy: 'Copy',
close: 'Close',
},
});

0 comments on commit f586c30

Please sign in to comment.