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

Commit7ba1fe3

Browse files
committed
fixed error and warnings
1 parent105e5f2 commit7ba1fe3

File tree

10 files changed

+7178
-9
lines changed

10 files changed

+7178
-9
lines changed

‎client/packages/lowcoder/src/i18n/locales/de.ts

Lines changed: 1194 additions & 1 deletion
Large diffs are not rendered by default.

‎client/packages/lowcoder/src/i18n/locales/es.ts

Lines changed: 1194 additions & 1 deletion
Large diffs are not rendered by default.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import{enObj}from"./enObj";
2+
import{I18nObjects}from"./types";
3+
4+
exportconstesObj:I18nObjects=enObj;

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ export const zh = async ():Promise<object> => await import(viewMode() === "edit"
88
exportconstru=async():Promise<object>=>awaitimport(viewMode()==="edit" ?"./ruEditor" :viewMode()==="view" ?"./ruViewer" :"./ru").then(module=>module.ru);
99

1010

11-
exportconstenObj=async():Promise<object>=>awaitimport("./enObj").then(module=>(module.enObj));
11+
exportconstenObj=async():Promise<object|undefined>=>awaitimport("./enObj").then(module=>(module.enObj));
1212
exportconstdeObj=async():Promise<object|undefined>=>awaitimport("./deObj").then(module=>(module.deObj));
13-
exportconstitObj=async():Promise<object>=>awaitimport("./itObj").then(module=>(module.itObj));
13+
exportconstitObj=async():Promise<object|undefined>=>awaitimport("./itObj").then(module=>(module.itObj));
14+
exportconstptObj=async():Promise<object|undefined>=>awaitimport("./ptObj").then(module=>(module.ptObj));
15+
exportconstesObj=async():Promise<object|undefined>=>awaitimport("./esObj").then(module=>(module.esObj));
1416
exportconstzhObj=async():Promise<object|undefined>=>awaitimport("./zhObj").then(module=>(module.zhObj));
17+
exportconstruObj=async():Promise<object|undefined>=>awaitimport("./ruObj").then(module=>(module.ruObj));

‎client/packages/lowcoder/src/i18n/locales/it.ts

Lines changed: 1194 additions & 1 deletion
Large diffs are not rendered by default.

‎client/packages/lowcoder/src/i18n/locales/pt.ts

Lines changed: 1194 additions & 1 deletion
Large diffs are not rendered by default.

‎client/packages/lowcoder/src/i18n/locales/ptObj.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import{I18nObjects}from"./types";
22

3-
exportconstenObj:I18nObjects={
3+
exportconstptObj:I18nObjects={
44
jsonForm:{
55
defaultSchema:{
66
title:"Informações do Usuário",

‎client/packages/lowcoder/src/i18n/locales/ru.ts

Lines changed: 1194 additions & 1 deletion
Large diffs are not rendered by default.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import{enObj}from"./enObj";
2+
import{I18nObjects}from"./types";
3+
4+
exportconstruObj:I18nObjects=enObj;

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

Lines changed: 1194 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp