(Bug 45863) Set custom bold and italic buttons for Basque language

Use L for Bold (Lodia) and E for Italic (Etzana)

Change-Id: I99848be43911845353a8b148dbc91e6b65c492e1
This commit is contained in:
Platonides 2013-03-07 22:59:43 +01:00
parent 86b38002cd
commit 3b9ed0d5a3

View file

@ -40,6 +40,7 @@ getDefaultConfig: function() {
'fr': 'format-bold-G.png',
'gl': 'format-bold-N.png',
'es': 'format-bold-N.png',
'eu': 'format-bold-L.png',
'he': 'format-bold-B.png',
'hu': 'format-bold-F.png',
'it': 'format-bold-G.png',
@ -92,6 +93,7 @@ getDefaultConfig: function() {
'fr': 'format-italic-I.png',
'gl': 'format-italic-C.png',
'es': 'format-italic-C.png',
'eu': 'format-italic-E.png',
'he': 'format-italic-I.png',
'hu': 'format-italic-D.png',
'it': 'format-italic-C.png',