mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-04-21 05:31:30 +02:00
Removed gettext related functions
This commit is contained in:
@@ -461,9 +461,9 @@ class Indexer(object): # {{{
|
||||
if node.klass == 'article':
|
||||
aut, desc = node.author, node.description
|
||||
if not aut:
|
||||
aut = _('Unknown')
|
||||
aut = 'Unknown'
|
||||
if not desc:
|
||||
desc = _('No details available')
|
||||
desc = 'No details available'
|
||||
node.author, node.description = aut, desc
|
||||
|
||||
self.cncx = CNCX(oeb.toc, self.is_periodical)
|
||||
|
||||
Reference in New Issue
Block a user