Commit 98c6fc068fac204d62822671ccda0264da23c562

Authored by tatiana
1 parent 7d47f239

ADD: Italian translation to GUI

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/i18n.py
... ... @@ -36,7 +36,7 @@ def GetLocales():
36 36 'pt_BR': u'Português (Brasil)',
37 37 'fr':u'Français',
38 38 'el_GR':u'Ελληνική',
39   - #'it_IT':'Italiano',
  39 + 'it_IT':'Italiano',
40 40 'de_DE': 'Deutsch'})
41 41 return d
42 42  
... ...