Commit 2c63c721741621b9d57322aa21a353988dab11f0

Authored by tatiana
1 parent 434d33f2

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,7 +33,9 @@ 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 'pt_BR': u'Português (Brasil)', 37 'pt_BR': u'Português (Brasil)',
  38 + 'pt': u'Português (Portugal)',
37 'fr':u'Français', 39 'fr':u'Français',
38 'el_GR':u'Ελληνική', 40 'el_GR':u'Ελληνική',
39 'it_IT':'Italiano', 41 'it_IT':'Italiano',