This commit is contained in:
Kovid Goyal 2023-10-04 18:45:49 +05:30
parent 464c3a4c76
commit fedafa4978
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -40,7 +40,7 @@ def get_filters():
(_('HTML books'), ['htm', 'html', 'xhtm', 'xhtml']),
(_('LIT books'), ['lit']),
(_('Text books'), ['txt', 'text', 'rtf', 'md', 'markdown', 'textile', 'txtz']),
(_('Comics'), ['cbz', 'cbr', 'cbc']),
(_('Comics'), ['cbz', 'cbr', 'cbc', 'cb7']),
(_('Archives'), archives),
(_('Wordprocessor files'), ['odt', 'doc', 'docx']),
]