Commit 98c6fc068fac204d62822671ccda0264da23c562
1 parent
7d47f239
Exists in
master
and in
6 other branches
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,7 +36,7 @@ def GetLocales(): | ||
36 | 'pt_BR': u'Português (Brasil)', | 36 | 'pt_BR': u'Português (Brasil)', |
37 | 'fr':u'Français', | 37 | 'fr':u'Français', |
38 | 'el_GR':u'Ελληνική', | 38 | 'el_GR':u'Ελληνική', |
39 | - #'it_IT':'Italiano', | 39 | + 'it_IT':'Italiano', |
40 | 'de_DE': 'Deutsch'}) | 40 | 'de_DE': 'Deutsch'}) |
41 | return d | 41 | return d |
42 | 42 |