This commit is contained in:
Micah Lee 2014-09-16 01:23:43 +00:00
parent 0a4ee35f5b
commit fec0c9ad65

View File

@ -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