Skip to content

Feat/layout mode complete #553

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 4 commits into from
Dec 3, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
Fixing Module Documentation
  • Loading branch information
FalkWolsky committed Dec 3, 2023
commit f2825a9684254c9205bf6cd43e44fdada22cbc78
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 @@ -1895,7 +1895,7 @@ export const en = {
"module": {
"emptyText": "No Data",
"docLink": "Read More About Modules...",
"documentationText" : "Lowcoder Modules are complete Applications, that can get included and repeated in other Lowcoder Applications. You can insert a module into an app or other modules (referred to as external apps in the rest of this document) and it functions just like a single component. As modules can get embedded, they need to be able to interact with your outside apps or websites. This four settings help to support communication with a Module.",
"documentationText" : "Lowcoder Modules are complete Applications, that can get included and repeated in other Lowcoder Applications and it functions just like a single component. As modules can get embedded, they need to be able to interact with your outside apps or websites. This four settings help to support communication with a Module.",
"circularReference": "Circular Reference, Current Module/Application Cannot Be Used!",
"emptyTestInput": "The Current Module Has No Input to Test",
"emptyTestMethod": "The Current Module Has No Method to Test",
Expand Down
2 changes: 1 addition & 1 deletion client/packages/lowcoder/src/i18n/locales/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// file examples: en, enGB, zh, zhHK
// fallback example: current locale is zh-HK, fallback order is zhHK => zh => en
export * from "./en";
export * from "./de";
// export * from "./de"; Not ready yet
export * from "./it";
export * from "@lowcoder-ee/i18n/locales/zh";

Expand Down