2004-11-12 Tim Waugh <twaugh@redhat.com>
* src/plugins/Ancestors.py (person_name): Handle surname prefix (patch
from Julio Sanchez).
svn: r3724
This commit is contained in:
@@ -665,6 +665,10 @@ class ComprehensiveAncestorsReport (Report.Report):
|
||||
nick = nick[:-1]
|
||||
name += ' ("%s")' % nick
|
||||
|
||||
spfx = primary.getSurnamePrefix ()
|
||||
if spfx:
|
||||
name += ' ' + spfx
|
||||
|
||||
if last.replace ('?', '') == '':
|
||||
if first_replaced == '':
|
||||
name += _(' (unknown)')
|
||||
|
||||
Reference in New Issue
Block a user