Skip to content

Commit

Permalink
feat(Spell check): Add en-gb spell check languages (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
bovine3dom authored and adlk committed Mar 5, 2019
1 parent b3f0f2a commit 67fa325
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/i18n/languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ export const SPELLCHECKER_LOCALES = {
'da-dk': 'Dansk',
'de-de': 'Deutsch',
'el-gr': 'ελληνικά (Greek)',
'en-us': 'English',
'en-gb': 'English (GB)',
'en-us': 'English (US)',
'es-es': 'Español',
'et-ee': 'Estonian',
'fa-ir': 'فارسی (Persian)',
Expand Down

0 comments on commit 67fa325

Please sign in to comment.