mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-21 23:20:24 +00:00
i18next: fix fallback language
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
04dcb65eb0
commit
757185256c
1 changed files with 1 additions and 0 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue