mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'author-name-copywords-tweak' of https://github.com/chocolatechipcats/calibre
This commit is contained in:
commit
94ae16547f
@ -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')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user