Commit 89814612d7b6ce211c2abb4c19441b989612b09c
1 parent
9e8aa79f
Exists in
master
and in
6 other branches
FIX: Korean name
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/i18n.py
@@ -33,7 +33,7 @@ def GetLocales(): | @@ -33,7 +33,7 @@ def GetLocales(): | ||
33 | d = utl.TwoWaysDictionary ({'zh_TW': u'中文', | 33 | d = utl.TwoWaysDictionary ({'zh_TW': u'中文', |
34 | 'en': u'English', | 34 | 'en': u'English', |
35 | 'es': u'Español', | 35 | 'es': u'Español', |
36 | - 'ko': u'한국인', | 36 | + 'ko': u'조선어', |
37 | 'pt_BR': u'Português (Brasil)', | 37 | 'pt_BR': u'Português (Brasil)', |
38 | 'pt': u'Português (Portugal)', | 38 | 'pt': u'Português (Portugal)', |
39 | 'fr':u'Français', | 39 | 'fr':u'Français', |