From 5adc355a485d39235c47d3894538e7be7dcd73ac Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Wed, 28 Oct 2020 16:35:32 +0100 Subject: [PATCH] Add fixes to CustomRendering --- UI/i18n/Translation.ts | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 UI/i18n/Translation.ts diff --git a/UI/i18n/Translation.ts b/UI/i18n/Translation.ts deleted file mode 100644 index 49c171a..0000000 --- a/UI/i18n/Translation.ts +++ /dev/null @@ -1,5 +0,0 @@ -import {UIElement} from "../UIElement" -import Locale from "./Locale" -import Combine from "../Base/Combine"; -import {Utils} from "../../Utils"; -