1
0

call set_language only if gui is used.

This commit is contained in:
thomasv
2013-01-02 16:12:00 +01:00
parent 66fa7b610b
commit 1f71e5e225
2 changed files with 1 additions and 3 deletions

View File

@@ -23,8 +23,6 @@ if os.path.exists('./locale'):
else:
LOCALE_DIR = '/usr/share/locale'
print LOCALE_DIR
language = gettext.translation('electrum', LOCALE_DIR, fallback = True)
def _(x):