Commit 2c63c721741621b9d57322aa21a353988dab11f0
1 parent
434d33f2
Exists in
master
and in
68 other branches
ADD: ko and pt to GUI
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
invesalius/i18n.py
... | ... | @@ -33,7 +33,9 @@ def GetLocales(): |
33 | 33 | d = utl.TwoWaysDictionary ({'zh_TW': u'中文', |
34 | 34 | 'en': u'English', |
35 | 35 | 'es': u'Español', |
36 | + 'ko': u'한국인', | |
36 | 37 | 'pt_BR': u'Português (Brasil)', |
38 | + 'pt': u'Português (Portugal)', | |
37 | 39 | 'fr':u'Français', |
38 | 40 | 'el_GR':u'Ελληνική', |
39 | 41 | 'it_IT':'Italiano', | ... | ... |