mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
fixes #115
This commit is contained in:
parent
0a4ee35f5b
commit
fec0c9ad65
@ -36,6 +36,6 @@ def load_strings(default="en"):
|
||||
strings[key] = translated[lang][key]
|
||||
|
||||
def translated(k):
|
||||
return strings[k].encode("utf-8")
|
||||
return strings[k].encode("utf-8").decode('utf-8', 'replace')
|
||||
|
||||
_ = translated
|
||||
|
Loading…
Reference in New Issue
Block a user