mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-24 23:09:42 -05:00
remove bogus return..
This commit is contained in:
parent
a9a023aceb
commit
786959eed3
@ -73,7 +73,6 @@ def load_strings(default="en"):
|
||||
translated = json.loads(open('{0}/strings.json'.format(
|
||||
os.path.dirname(__file__))).read())
|
||||
strings = translated[default]
|
||||
return
|
||||
lc, enc = locale.getdefaultlocale()
|
||||
if lc:
|
||||
lang = lc[:2]
|
||||
|
Loading…
Reference in New Issue
Block a user