Skip to content

Commit 2d68fda

Browse files
committed
feat: add publish label for English and Chinese translations in common.ts
1 parent 3b3dfa5 commit 2d68fda

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ui/src/locales/lang/en-US/common.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export default {
4747
classify: 'Classify',
4848
reason: 'Reason',
4949
removeSuccess: 'Successful',
50+
publish: 'Publish',
5051
searchBar: {
5152
placeholder: 'Search by name',
5253
},

ui/src/locales/lang/zh-Hant/common.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export default {
4747
classify: '分類',
4848
reason: '理由',
4949
removeSuccess: '移除成功',
50+
publish: '發佈',
5051
searchBar: {
5152
placeholder: '按名稱搜尋',
5253
},

0 commit comments

Comments
 (0)