1
0

make wordlist use default language if available

This commit is contained in:
ThomasV
2014-09-15 10:04:36 +02:00
parent 441c68fbcc
commit b305dd4a89
2 changed files with 5 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ else:
language = gettext.translation('electrum', LOCALE_DIR, fallback = True)
def _(x):
global language
return language.ugettext(x)