Commit 55cee663291cabc58b42e74907f9fef016e19adc

Authored by tatiana
1 parent b40d0901

ENH: Removed italian from supported languages list (fix #215)

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  
... ...