mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-15 12:00:05 +00:00
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:
parent
83732a7dbf
commit
e8625d2726
|
@ -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': {
|
||||
|
|
Loading…
Reference in a new issue