mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-22 04:39:30 -04:00
fixes #115
This commit is contained in:
parent
0a4ee35f5b
commit
fec0c9ad65
1 changed files with 1 additions and 1 deletions
|
@ -36,6 +36,6 @@ def load_strings(default="en"):
|
||||||
strings[key] = translated[lang][key]
|
strings[key] = translated[lang][key]
|
||||||
|
|
||||||
def translated(k):
|
def translated(k):
|
||||||
return strings[k].encode("utf-8")
|
return strings[k].encode("utf-8").decode('utf-8', 'replace')
|
||||||
|
|
||||||
_ = translated
|
_ = translated
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue