pull translations properly when running from Windows EXE
This commit is contained in:
parent
ff8a88422c
commit
f6b9c234f7
|
@ -3234,6 +3234,9 @@ def run():
|
||||||
locale_lang = locale_countrycode[0:2]
|
locale_lang = locale_countrycode[0:2]
|
||||||
user_countrycode = str(shared.config.get('bitmessagesettings', 'userlocale'))
|
user_countrycode = str(shared.config.get('bitmessagesettings', 'userlocale'))
|
||||||
user_lang = user_countrycode[0:2]
|
user_lang = user_countrycode[0:2]
|
||||||
|
try:
|
||||||
|
translation_path = os.path.join(sys._MEIPASS, "translations/bitmessage_")
|
||||||
|
except Exception, e:
|
||||||
translation_path = "translations/bitmessage_"
|
translation_path = "translations/bitmessage_"
|
||||||
|
|
||||||
if shared.config.get('bitmessagesettings', 'userlocale') == 'system':
|
if shared.config.get('bitmessagesettings', 'userlocale') == 'system':
|
||||||
|
|
Loading…
Reference in New Issue
Block a user