i18next: fix fallback language

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino 2024-02-15 20:57:19 +01:00
parent 04dcb65eb0
commit 757185256c
No known key found for this signature in database
GPG key ID: 935D2952DEC4EECF

View file

@ -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: {