mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 10:42:58 -03: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]
|
||||
|
||||
def translated(k):
|
||||
return strings[k].encode("utf-8")
|
||||
return strings[k].encode("utf-8").decode('utf-8', 'replace')
|
||||
|
||||
_ = translated
|
||||
|
|
Loading…
Add table
Reference in a new issue