Skip to content

Commit

Permalink
Merge pull request #51 from beclab/fix/i18n
Browse files Browse the repository at this point in the history
fix: confirm
  • Loading branch information
icebergtsn authored Nov 20, 2024
2 parents 3f3b8c9 + 82c0dce commit 791c745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/i18n/en-US/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default {
result: 'Result',
status: 'Status',
name: 'Name',
confirm: 'Confirm',
message: 'Message',
scope: 'Scope',
cluster_app: 'Cluster App',
Expand Down
1 change: 1 addition & 0 deletions frontend/src/i18n/zh-CN/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default {
result: '结果',
status: '状态',
name: '名称',
confirm: '确认',
message: '消息',
scope: '范围',
cluster_app: '集群应用',
Expand Down

0 comments on commit 791c745

Please sign in to comment.