Skip to content

Commit

Permalink
Fixed Language Files en Import
Browse files Browse the repository at this point in the history
  • Loading branch information
FalkWolsky committed Sep 15, 2024
1 parent be24fe3 commit 7153da0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/packages/lowcoder/src/i18n/locales/de.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

import { en } from "./en.js";
import { en } from "./en";
export const de = {
...en,

Expand Down
2 changes: 1 addition & 1 deletion client/packages/lowcoder/src/i18n/locales/es.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

import { en } from "./en.js";
import { en } from "./en";
export const es = {
...en,

Expand Down
2 changes: 1 addition & 1 deletion client/packages/lowcoder/src/i18n/locales/it.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

import { en } from "./en.js";
import { en } from "./en";
export const it = {
...en,

Expand Down
2 changes: 1 addition & 1 deletion client/packages/lowcoder/src/i18n/locales/pt.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

import { en } from "./en.js";
import { en } from "./en";
export const pt = {
...en,

Expand Down
2 changes: 1 addition & 1 deletion client/packages/lowcoder/src/i18n/locales/ru.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

import { en } from "./en.js";
import { en } from "./en";
export const ru = {
...en,

Expand Down

0 comments on commit 7153da0

Please sign in to comment.