mirror of
https://github.com/tooot-app/app
synced 2024-12-22 07:34:06 +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({
|
||||
lng: 'en',
|
||||
fallbackLng: 'en',
|
||||
fallbackLng: { nb: ['no'], nn: ['no'], default: ['en'] },
|
||||
|
||||
ns: ['common'],
|
||||
defaultNS: 'common',
|
||||
|
Loading…
Reference in New Issue
Block a user