From 757185256c0e06ac60510ca2e09174b8b2d46f2a Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Thu, 15 Feb 2024 20:57:19 +0100 Subject: [PATCH] i18next: fix fallback language Signed-off-by: Nicola Murino --- templates/common/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/common/base.html b/templates/common/base.html index 4d108c4b..ff0cafcd 100644 --- a/templates/common/base.html +++ b/templates/common/base.html @@ -192,6 +192,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com). .use(i18nextBrowserLanguageDetector) .init({ debug: false, + supportedLngs: ["en", "it"], fallbackLng: 'en', load: 'languageOnly', backend: {