Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf2825a9

Browse files
author
FalkWolsky
committed
Fixing Module Documentation
1 parentd5aec39 commitf2825a9

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)

[8]ページ先頭

©2009-2025 Movatter.jp