From cd9cca0c06d1d96e3a2deba38756f71080e91a29 Mon Sep 17 00:00:00 2001 From: Donkie Date: Fri, 10 May 2024 12:56:44 +0200 Subject: [PATCH] Fixed missing translation.json errors --- client/src/i18n.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/i18n.ts b/client/src/i18n.ts index 7cd6e68e4..1e533eba1 100644 --- a/client/src/i18n.ts +++ b/client/src/i18n.ts @@ -109,6 +109,7 @@ i18n backend: { loadPath: getBasePath() + "/locales/{{lng}}/{{ns}}.json", }, + ns: "common", defaultNS: "common", fallbackLng: "en", });