Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Nov 29, 2024
1 parent 262cc42 commit e6bf1a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manual/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand All @@ -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):
Expand Down

0 comments on commit e6bf1a6

Please sign in to comment.