Merge branch 'author-name-copywords-tweak' of https://github.com/chocolatechipcats/calibre

This commit is contained in:
Kovid Goyal 2023-04-10 14:44:03 +05:30
commit 94ae16547f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -75,9 +75,11 @@ author_name_suffixes = ('Jr', 'Sr', 'Inc', 'Ph.D', 'Phd',
'MD', 'M.D', 'I', 'II', 'III', 'IV', 'MD', 'M.D', 'I', 'II', 'III', 'IV',
'Junior', 'Senior') 'Junior', 'Senior')
author_name_prefixes = ('Mr', 'Mrs', 'Ms', 'Dr', 'Prof') author_name_prefixes = ('Mr', 'Mrs', 'Ms', 'Dr', 'Prof')
author_name_copywords = ('Agency', 'Corporation', 'Company', 'Co.', 'Council', author_name_copywords = (
'Committee', 'Inc.', 'Institute', 'National', 'Agency', 'Corporation', 'Company', 'Co.', 'Council',
'Society', 'Club', 'Team') 'Committee', 'Inc.', 'Institute', 'National', 'Society', 'Club', 'Team',
'Software', 'Games', 'Entertainment', 'Media', 'Studios',
)
author_use_surname_prefixes = False author_use_surname_prefixes = False
author_surname_prefixes = ('da', 'de', 'di', 'la', 'le', 'van', 'von') author_surname_prefixes = ('da', 'de', 'di', 'la', 'le', 'van', 'von')