Skip to content

Commit

Permalink
fix(i18n): Fix "greek" spellchecker name
Browse files Browse the repository at this point in the history
Co-Authored-By: modivin <modivin@users.noreply.github.com>
  • Loading branch information
adlk and modivin committed Dec 13, 2018
1 parent d5dadc1 commit 89c2eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n/languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const SPELLCHECKER_LOCALES = {
'cs-cz': 'Čeština',
'da-dk': 'Dansk',
'de-de': 'Deutsch',
'el-gr': 'λληνικά (Greek)',
'el-gr': 'ελληνικά (Greek)',
'en-us': 'English',
'es-es': 'Español',
'et-ee': 'Estonian',
Expand Down

0 comments on commit 89c2eeb

Please sign in to comment.