Merge "Adding pretty quotation marks for Hebrew."

This commit is contained in:
Catrope 2012-04-17 21:11:31 +00:00 committed by Gerrit Code Review
commit 99a8b25d3b

View file

@ -771,6 +771,18 @@ getDefaultConfig: function() {
// Punctuation
"\u05f3", "\u05f4", "\u05be", "\u2013",
{
'label': "\u201e\u201d",
'action': {
'type': 'encapsulate', 'options': { 'pre': "\u201e", 'post': "\u201d" }
}
},
{
'label': "\u201a\u2019",
'action': {
'type': 'encapsulate', 'options': { 'pre': "\u201a", 'post': "\u2019" }
}
},
// Vowels
[ "\u05b0\u25cc", "\u05b0" ], [ "\u05b1\u25cc", "\u05b1" ], [ "\u05b2\u25cc", "\u05b2" ],