mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-04-10 07:03:35 +02:00
Removed gettext related functions
This commit is contained in:
@@ -18,7 +18,7 @@ class RBOutput(OutputFormatPlugin):
|
||||
options = {
|
||||
OptionRecommendation(name='inline_toc',
|
||||
recommended_value=False, level=OptionRecommendation.LOW,
|
||||
help=_('Add Table of Contents to beginning of the book.'))}
|
||||
help='Add Table of Contents to beginning of the book.')}
|
||||
|
||||
def convert(self, oeb_book, output_path, input_plugin, opts, log):
|
||||
from ebook_converter.ebooks.rb.writer import RBWriter
|
||||
|
||||
Reference in New Issue
Block a user