Additonal pair of quotes in the enhanced edit toolbar

Some langages (Croatian, Hungarian, Polish, Romanian, Serbian)
use DOUBLE LOW-9 QUOTATION MARK (U+201E) and 
RIGHT DOUBLE QUOTATION MARK (U+201D) in marking up
quotes. For more details, see:

http://en.wikipedia.org/wiki/Quotation_mark,_non-English_usage
This commit is contained in:
Marcin Cieślak 2011-04-04 23:06:47 +00:00
parent 83732a7dbf
commit e8625d2726

View file

@ -570,6 +570,12 @@ getDefaultConfig: function() {
'type': 'encapsulate', 'options': { 'pre': "\u201e", 'post': "\u201c" }
}
},
{
'label': "\u201e\u201d",
'action': {
'type': 'encapsulate', 'options': { 'pre': "\u201e", 'post': "\u201d" }
}
},
{
'label': "\u00ab\u00bb",
'action': {