mirror of
https://github.com/tooot-app/app
synced 2024-12-22 15:49:42 +01:00
Fix Norwegian fallbacks
This commit is contained in:
parent
8b8a540105
commit
3b9369b509
@ -96,7 +96,7 @@ import '@formatjs/intl-relativetimeformat/locale-data/zh-Hant'
|
|||||||
|
|
||||||
i18n.use(initReactI18next).init({
|
i18n.use(initReactI18next).init({
|
||||||
lng: 'en',
|
lng: 'en',
|
||||||
fallbackLng: 'en',
|
fallbackLng: { nb: ['no'], nn: ['no'], default: ['en'] },
|
||||||
|
|
||||||
ns: ['common'],
|
ns: ['common'],
|
||||||
defaultNS: 'common',
|
defaultNS: 'common',
|
||||||
|
Loading…
Reference in New Issue
Block a user