mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-04-24 07:01:30 +02:00
Removed gettext related functions
This commit is contained in:
@@ -336,7 +336,7 @@ def utf8_text(text):
|
||||
text = text.decode('utf-8', 'replace')
|
||||
text = normalize(text).encode('utf-8')
|
||||
else:
|
||||
text = _('Unknown').encode('utf-8')
|
||||
text = 'Unknown'.encode('utf-8')
|
||||
return text
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user