Skip to content

Commit ca41abf

Browse files
author
FalkWolsky
committed
Comment Component by Mousheng
1 parent fa48a49 commit ca41abf

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

client/packages/lowcoder/src/comps/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -931,6 +931,8 @@ const uiCompMap: Registry = {
931931
layoutInfo: {
932932
w: 13,
933933
h: 55,
934+
}
935+
},
934936
mention: {
935937
name: trans("uiComp.mentionCompName"),
936938
enName: "mention",

client/packages/lowcoder/src/i18n/locales/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2651,7 +2651,7 @@ export const en = {
26512651
helpdisplayName: "display name(low priority)",
26522652
helpvalue: "Comment content",
26532653
helpcreatedAt: "create date",
2654-
}
2654+
},
26552655
mention: {
26562656
mentionList: "mention list",
26572657
},

client/packages/lowcoder/src/i18n/locales/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2508,7 +2508,7 @@ timeLine: {
25082508
helpdisplayName: "头像文字(低优先)",
25092509
helpvalue: "评论内容",
25102510
helpcreatedAt: "创建时间",
2511-
}
2511+
},
25122512
mention:{
25132513
mentionList: "提及列表",
25142514
},

0 commit comments

Comments
 (0)