diff --git a/apps/common/locale.js b/apps/common/locale.js index 6217b8e01..4112b39c1 100644 --- a/apps/common/locale.js +++ b/apps/common/locale.js @@ -106,7 +106,14 @@ Common.Locale = new(function() { l10n = eval("(" + xhrObj.responseText + ")"); } } - catch (e) { + catch (e) { + try { + xhrObj.open('GET', 'locale/en.json', false); + xhrObj.send(''); + l10n = eval("(" + xhrObj.responseText + ")"); + } + catch (e) { + } } return {