Skip to content

Commit 89c2eeb

Browse files
adlkmodivin
andcommitted
fix(i18n): Fix "greek" spellchecker name
Co-Authored-By: modivin <modivin@users.noreply.github.com>
1 parent d5dadc1 commit 89c2eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/i18n/languages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const SPELLCHECKER_LOCALES = {
3434
'cs-cz': 'Čeština',
3535
'da-dk': 'Dansk',
3636
'de-de': 'Deutsch',
37-
'el-gr': 'λληνικά (Greek)',
37+
'el-gr': 'ελληνικά (Greek)',
3838
'en-us': 'English',
3939
'es-es': 'Español',
4040
'et-ee': 'Estonian',

0 commit comments

Comments
 (0)