Add Korean language

This commit is contained in:
RainLoop Team 2013-12-03 04:37:24 +04:00
parent 8a7f25bcf4
commit 832894716c
11 changed files with 421 additions and 16 deletions

View file

@ -6569,10 +6569,8 @@ AbstractApp.prototype.setTitle = function (sTitle)
sTitle = ((0 < sTitle.length) ? sTitle + ' - ' : '') +
RL.settingsGet('Title') || '';
window.document.title = '_';
window.document.title = sTitle;
_.delay(function () {
window.document.title = sTitle;
}, 5);
};
/**

File diff suppressed because one or more lines are too long

View file

@ -15251,10 +15251,8 @@ AbstractApp.prototype.setTitle = function (sTitle)
sTitle = ((0 < sTitle.length) ? sTitle + ' - ' : '') +
RL.settingsGet('Title') || '';
window.document.title = '_';
window.document.title = sTitle;
_.delay(function () {
window.document.title = sTitle;
}, 5);
};
/**

File diff suppressed because one or more lines are too long