Fix build, reset languages, more autocleanup
This commit is contained in:
parent
78d6482c88
commit
c7f9f30b6c
58 changed files with 21719 additions and 21659 deletions
|
@ -1,5 +1,6 @@
|
|||
// We HAVE to mark this while importing
|
||||
import {Utils} from "../Utils";
|
||||
// We HAVE to mark this while importing
|
||||
Utils.runningFromConsole = true;
|
||||
import {existsSync, mkdirSync, readFileSync, writeFile, writeFileSync} from "fs";
|
||||
import Locale from "../UI/i18n/Locale";
|
||||
import Translations from "../UI/i18n/Translations";
|
||||
|
@ -9,7 +10,6 @@ import * as all_known_layouts from "../assets/generated/known_layers_and_themes.
|
|||
import {LayoutConfigJson} from "../Models/ThemeConfig/Json/LayoutConfigJson";
|
||||
import LayoutConfig from "../Models/ThemeConfig/LayoutConfig";
|
||||
|
||||
Utils.runningFromConsole = true;
|
||||
|
||||
const sharp = require('sharp');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue