mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-02 22:46:59 +00:00
Set fallback to default language in case of missing key
This commit is contained in:
parent
2eee71a84e
commit
0f6a922c77
@ -56,6 +56,8 @@ i18n
|
|||||||
defaultNS: 'core',
|
defaultNS: 'core',
|
||||||
interpolation: { escapeValue: false },
|
interpolation: { escapeValue: false },
|
||||||
react: { useSuspense: false },
|
react: { useSuspense: false },
|
||||||
|
returnEmptyString: false, // return fallback instead of empty string
|
||||||
|
returnNull: false, // return fallback instead of null
|
||||||
debug: import.meta.env.MODE === 'development',
|
debug: import.meta.env.MODE === 'development',
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user