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, backend: backendOptions,
detection: detectionOptions, detection: detectionOptions,
cache: cacheOptions cache: cacheOptions,
fallbackLng: 'en'
}, function () { }, function () {
var i; var i;
initialized = true; initialized = true;