mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(i18n): disable i18next Locize support notice
Suppress the runtime Locize promo console message during i18next initialization.
This commit is contained in:
@@ -12,6 +12,7 @@ i18next
|
|||||||
.use(initReactI18next)
|
.use(initReactI18next)
|
||||||
.init({
|
.init({
|
||||||
fallbackLng: DEFAULT_INTERFACE_LANGUAGE,
|
fallbackLng: DEFAULT_INTERFACE_LANGUAGE,
|
||||||
|
showSupportNotice: false,
|
||||||
supportedLngs: [...SUPPORTED_INTERFACE_LANGUAGES],
|
supportedLngs: [...SUPPORTED_INTERFACE_LANGUAGES],
|
||||||
detection: {
|
detection: {
|
||||||
order: ['localStorage'],
|
order: ['localStorage'],
|
||||||
|
|||||||
Reference in New Issue
Block a user