mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 10:42:58 -03:00
remove bogus return..
This commit is contained in:
parent
a9a023aceb
commit
786959eed3
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue