Merge branch 'release/v7.0.0' into fix/bugfix

This commit is contained in:
Julia Radzhabova 2021-11-13 13:58:54 +03:00
commit a8dd0cb89f

View file

@ -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);