Skip to content

Commit f2825a9

Browse files
author
FalkWolsky
committed
Fixing Module Documentation
1 parent d5aec39 commit f2825a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1895,7 +1895,7 @@ export const en = {
18951895
"module": {
18961896
"emptyText": "No Data",
18971897
"docLink": "Read More About Modules...",
1898-
"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.",
1898+
"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.",
18991899
"circularReference": "Circular Reference, Current Module/Application Cannot Be Used!",
19001900
"emptyTestInput": "The Current Module Has No Input to Test",
19011901
"emptyTestMethod": "The Current Module Has No Method to Test",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// file examples: en, enGB, zh, zhHK
22
// fallback example: current locale is zh-HK, fallback order is zhHK => zh => en
33
export * from "./en";
4-
export * from "./de";
4+
// export * from "./de"; Not ready yet
55
export * from "./it";
66
export * from "@lowcoder-ee/i18n/locales/zh";
77

0 commit comments

Comments
 (0)