fix: i18n xhr for 5 lang codes

This commit is contained in:
Nick
2019-09-27 14:59:53 -04:00
parent 454da698a1
commit 41716e52a6
3 changed files with 336 additions and 166 deletions

View File

@@ -53,6 +53,8 @@ export default {
},
defaultNS: 'common',
lng: siteConfig.lang,
load: 'currentOnly',
lowerCaseLng: true,
fallbackLng: siteConfig.lang,
ns: ['common', 'auth']
})