mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-24 08:14:33 +00:00
Use "B" and "I" icon for Persian
Change-Id: I4e6f69debc489d34e611bc177975fba9c3874a54
This commit is contained in:
parent
cc94467971
commit
2d188d18f9
|
@ -21,6 +21,7 @@ getDefaultConfig: function () {
|
|||
'en': [2, -142],
|
||||
'cs': [2, -142],
|
||||
'de': [2, -214],
|
||||
'fa': [2, -142],
|
||||
'fr': [2, -286],
|
||||
'gl': [2, -358],
|
||||
'es': [2, -358],
|
||||
|
@ -37,6 +38,7 @@ getDefaultConfig: function () {
|
|||
'en': 'format-bold-B.png',
|
||||
'cs': 'format-bold-B.png',
|
||||
'de': 'format-bold-F.png',
|
||||
'fa': 'format-bold-B.png',
|
||||
'fr': 'format-bold-G.png',
|
||||
'gl': 'format-bold-N.png',
|
||||
'es': 'format-bold-N.png',
|
||||
|
@ -74,6 +76,7 @@ getDefaultConfig: function () {
|
|||
'en': [2, -862],
|
||||
'cs': [2, -862],
|
||||
'de': [2, -934],
|
||||
'fa': [2, -862],
|
||||
'fr': [2, -862],
|
||||
'gl': [2, -790],
|
||||
'es': [2, -790],
|
||||
|
@ -92,6 +95,7 @@ getDefaultConfig: function () {
|
|||
'en': 'format-italic-I.png',
|
||||
'cs': 'format-italic-I.png',
|
||||
'de': 'format-italic-K.png',
|
||||
'fa': 'format-italic-I.png',
|
||||
'fr': 'format-italic-I.png',
|
||||
'gl': 'format-italic-C.png',
|
||||
'es': 'format-italic-C.png',
|
||||
|
|
Loading…
Reference in a new issue