From a4d2e5dc89d86184337e04f319327071d83afdf5 Mon Sep 17 00:00:00 2001 From: Lugiad <2070109+Adri1@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:40:57 +0200 Subject: [PATCH] Update i18n.ts --- src/plugins/i18n.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/i18n.ts b/src/plugins/i18n.ts index 0a82160dc1e..ab99e36e50c 100644 --- a/src/plugins/i18n.ts +++ b/src/plugins/i18n.ts @@ -151,7 +151,7 @@ export async function initI18n(): Promise { i18next.use(new KoreanPostpositionProcessor()); await i18next.init({ fallbackLng: "en", - supportedLngs: ["en", "es", "fr", "it", "de", "zh-CN", "zh-TW", "pt-BR", "ko", "ja", "ca-ES", "tr"], + supportedLngs: [ "en", "es", "fr", "it", "de", "zh-CN", "zh-TW", "pt-BR", "ko", "ja", "ca-ES", "tr" ], backend: { loadPath(lng: string, [ ns ]: string[]) { let fileName: string;