mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-12 09:57:16 +00:00
Change the code of Greek to 'el'.
'hl' is not the correct code for Greek. It's 'el'. Change-Id: I90a67ada71e2cbe2dbf8e79df02b83bae5aba998
This commit is contained in:
parent
1599128075
commit
71b0323303
|
@ -619,7 +619,7 @@ getDefaultConfig: function() {
|
|||
'greek': {
|
||||
'labelMsg': 'wikieditor-toolbar-characters-page-greek',
|
||||
'layout': 'characters',
|
||||
'language': 'hl',
|
||||
'language': 'el',
|
||||
'characters': [
|
||||
"\u0391", "\u0386", "\u03b1", "\u03ac", "\u0392", "\u03b2", "\u0393", "\u03b3", "\u0394",
|
||||
"\u03b4", "\u0395", "\u0388", "\u03b5", "\u03ad", "\u0396", "\u03b6", "\u0397", "\u0389",
|
||||
|
|
Loading…
Reference in a new issue