mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
262cc42c5a
commit
e6bf1a6d86
@ -57,6 +57,7 @@ def ffdoc(language, m):
|
||||
if language in ('en', 'eng'):
|
||||
raise
|
||||
warn(f'Failed to process template language docs for in the {language} language with error: {e}')
|
||||
return 'INVALID TRANSLATION'
|
||||
|
||||
|
||||
def ffsum(language, m):
|
||||
@ -67,6 +68,7 @@ def ffsum(language, m):
|
||||
if language in ('en', 'eng'):
|
||||
raise
|
||||
warn(f'Failed to process template language summary docs for in the {language} language with error: {e}')
|
||||
return 'INVALID TRANSLATION'
|
||||
|
||||
|
||||
def source_read_handler(app, docname, source):
|
||||
|
Loading…
x
Reference in New Issue
Block a user