summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmat-gui1
1 files changed, 0 insertions, 1 deletions
diff --git a/mat-gui b/mat-gui
index 7561dd0..0c047f7 100755
--- a/mat-gui
+++ b/mat-gui
@@ -689,7 +689,6 @@ def translate():
689 # get the $LANG environnement's variable 689 # get the $LANG environnement's variable
690 language = os.environ.get('LANG', None) 690 language = os.environ.get('LANG', None)
691 if language: 691 if language:
692 print language
693 langs += language.split(':') 692 langs += language.split(':')
694 693
695 return gettext.translation('mat-gui', 'locale', langs, fallback=True).ugettext 694 return gettext.translation('mat-gui', 'locale', langs, fallback=True).ugettext