mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
Added Romanian language
+ small fixes
This commit is contained in:
parent
c9e394c585
commit
ce60192120
14 changed files with 671 additions and 208 deletions
|
|
@ -136,6 +136,7 @@ Globals.oHtmlEditorLangsMap = {
|
|||
'pt-pt': 'pt',
|
||||
'pt-br': 'pt-br',
|
||||
'ru': 'ru',
|
||||
'ro': 'ro',
|
||||
'zh': 'zh',
|
||||
'zh-cn': 'zh-cn'
|
||||
};
|
||||
|
|
|
|||
|
|
@ -182,7 +182,7 @@ NewHtmlEditorWrapper.prototype.focus = function ()
|
|||
{
|
||||
if (this.editor)
|
||||
{
|
||||
this.editor.focusManager.focus();
|
||||
this.editor.focus();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -783,7 +783,7 @@ PopupsComposeViewModel.prototype.onShow = function (sType, oMessageOrArray, aToE
|
|||
});
|
||||
|
||||
sText = '<br /><br />' + sReplyTitle + ':' +
|
||||
'<blockquote><br />' + sText + '</blockquote>';
|
||||
'<blockquote><p>' + sText + '</p></blockquote>';
|
||||
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue