call set_language only if gui is used.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user