Skip to content

V2.1 Vision Release #425

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Comment Component by Mousheng
  • Loading branch information
FalkWolsky committed Oct 20, 2023
commit ca41abf6a94b00feda2df7a18c3d170d05eb5989
2 changes: 2 additions & 0 deletions client/packages/lowcoder/src/comps/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,8 @@ const uiCompMap: Registry = {
layoutInfo: {
w: 13,
h: 55,
}
},
mention: {
name: trans("uiComp.mentionCompName"),
enName: "mention",
Expand Down
2 changes: 1 addition & 1 deletion client/packages/lowcoder/src/i18n/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2651,7 +2651,7 @@ export const en = {
helpdisplayName: "display name(low priority)",
helpvalue: "Comment content",
helpcreatedAt: "create date",
}
},
mention: {
mentionList: "mention list",
},
Expand Down
2 changes: 1 addition & 1 deletion client/packages/lowcoder/src/i18n/locales/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2508,7 +2508,7 @@ timeLine: {
helpdisplayName: "头像文字(低优先)",
helpvalue: "评论内容",
helpcreatedAt: "创建时间",
}
},
mention:{
mentionList: "提及列表",
},
Expand Down