diff --git a/templates/common/base.html b/templates/common/base.html index 02af5a30..fc3dd3cc 100644 --- a/templates/common/base.html +++ b/templates/common/base.html @@ -193,7 +193,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com). .use(i18nextBrowserLanguageDetector) .init({ debug: false, - supportedLngs: ["en", "it"], + supportedLngs: Object.keys(lngs), fallbackLng: 'en', load: 'languageOnly', backend: { @@ -795,12 +795,12 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
-