Make English the fallback language in i18next.

Fixes: #1580
This commit is contained in:
Umair Khan
2016-08-10 15:39:41 +05:00
committed by Tim Abbott
parent 7736925d5b
commit 99c430f707

View File

@@ -34,7 +34,8 @@
},
backend: backendOptions,
detection: detectionOptions,
cache: cacheOptions
cache: cacheOptions,
fallbackLng: 'en'
}, function () {
var i;
initialized = true;