Fix Norwegian fallbacks

This commit is contained in:
xmflsct 2023-02-17 13:53:16 +01:00
parent 8b8a540105
commit 3b9369b509
1 changed files with 1 additions and 1 deletions

View File

@ -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',