Set fallback language

This commit is contained in:
Bat 2018-04-13 13:13:21 +01:00
parent bddb950beb
commit 4bc866f98d
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ i18next
.use(i18nextFetch)
.init({
lng: 'en',
fallbackLng: ['en'],
preload: ['en'],
backend: {
loadPath: '/static/translations/{{lng}}.json'