diff --git a/apps/common/locale.js b/apps/common/locale.js index a184968189..67157f410a 100644 --- a/apps/common/locale.js +++ b/apps/common/locale.js @@ -127,7 +127,7 @@ Common.Locale = new(function() { l10n = json || {}; apply && _applyLocalization(); }).catch(function(e) { - if ( currentLang != defLang ) { + if ( currentLang != defLang && defLang && defLang.length < 3 ) { return setTimeout(function(){ _requireLang(defLang) }, 0);