1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-04-12 16:33:34 +02:00

Removed gettext related functions

This commit is contained in:
2020-05-03 19:00:20 +02:00
parent 35445cb736
commit 212cb56d42
92 changed files with 1505 additions and 1605 deletions

View File

@@ -45,7 +45,7 @@ class OEB2HTML(object):
try:
self.book_title = str(oeb_book.metadata.title[0])
except Exception:
self.book_title = _('Unknown')
self.book_title = 'Unknown'
self.links = {}
self.images = {}
self.base_hrefs = [item.href for item in oeb_book.spine]