mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-03-16 15:03:30 +01:00
Removed gettext related functions
This commit is contained in:
@@ -191,7 +191,7 @@ class CHMInput(InputFormatPlugin):
|
||||
title = param.attrib['value']
|
||||
elif match_string(param.attrib['name'], 'local'):
|
||||
href = param.attrib['value']
|
||||
child = toc.add(title or _('Unknown'), href)
|
||||
child = toc.add(title or 'Unknown', href)
|
||||
ancestor_map[node] = child
|
||||
|
||||
def _process_nodes(self, root):
|
||||
|
||||
Reference in New Issue
Block a user