From cd3bd22a2ccf190af2ef87a09d22944fae826abc Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Sat, 6 May 2023 10:24:57 +0100 Subject: [PATCH] Update i18n.ts --- src/setup/i18n.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup/i18n.ts b/src/setup/i18n.ts index 32565998..1c7d23fa 100644 --- a/src/setup/i18n.ts +++ b/src/setup/i18n.ts @@ -4,8 +4,8 @@ import { initReactI18next } from "react-i18next"; // Languages import { captionLanguages } from "./iso6391"; -import de from "./locales/de/translation.json"; import cs from "./locales/cs/translation.json"; +import de from "./locales/de/translation.json"; import en from "./locales/en/translation.json"; import fr from "./locales/fr/translation.json"; import nl from "./locales/nl/translation.json";