From db9084b0dccb9efe1bd5f6e9d11256a8820b5b24 Mon Sep 17 00:00:00 2001 From: Petr Branberger <51099204+pBrambi@users.noreply.github.com> Date: Wed, 10 May 2023 12:39:33 +0200 Subject: [PATCH] Fix redefined "DE" in /index.ts --- app/locales/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/locales/index.ts b/app/locales/index.ts index eee172a23..b38afc046 100644 --- a/app/locales/index.ts +++ b/app/locales/index.ts @@ -6,7 +6,7 @@ import IT from "./it"; import TR from "./tr"; import JP from "./jp"; import DE from "./de"; -import DE from "./cs"; +import CS from "./cs"; export type { LocaleType } from "./cn";