@@ -15,9 +15,9 @@ import enElementWeb from "../../src/i18n/strings/en_EN.json";
|
||||
import deElementWeb from "../../src/i18n/strings/de_DE.json";
|
||||
// Cheat and import relatively here as these aren't exported by the module (should they be?)
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
import enSharedComponents from "../../packages/shared-components/src/i18n/strings/en_EN.json";
|
||||
import enSharedComponents from "../../../../packages/shared-components/src/i18n/strings/en_EN.json";
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
import deSharedComponents from "../../packages/shared-components/src/i18n/strings/de_DE.json";
|
||||
import deSharedComponents from "../../../../packages/shared-components/src/i18n/strings/de_DE.json";
|
||||
import { ModuleApi } from "../../src/modules/Api";
|
||||
|
||||
const lv = {
|
||||
|
||||
Reference in New Issue
Block a user