Add title scheme "dr_prof_he" for person names

This commit is contained in:
Raphael Michel
2022-10-11 14:57:19 +02:00
parent 9da68645da
commit 7e79fc8b5e
2 changed files with 6 additions and 1 deletions

View File

@@ -2756,6 +2756,11 @@ PERSON_NAME_TITLE_GROUPS = OrderedDict([
'Dr.',
'Prof.',
'Prof. Dr.',
))),
('dr_prof_he', ('Dr., Prof., H.E.', (
'Dr.',
'Prof.',
'H.E.',
)))
])