* src/plugins/FamilyGroup.py (dump_parent): Translate event names.
svn: r5950
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
2006-02-17 Alex Roitman <shura@gramps-project.org>
|
||||||
|
* src/plugins/FamilyGroup.py (dump_parent): Translate event names.
|
||||||
|
|
||||||
2005-02-17 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
2005-02-17 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
||||||
* src/po/de.po: Translation update
|
* src/po/de.po: Translation update
|
||||||
|
|
||||||
|
|||||||
@@ -283,7 +283,7 @@ class FamilyGroup(Report.Report):
|
|||||||
event = self.database.get_event_from_handle(event_handle)
|
event = self.database.get_event_from_handle(event_handle)
|
||||||
evtName = event.get_name()
|
evtName = event.get_name()
|
||||||
if (evtName != "Death") and (evtName != "Birth"):
|
if (evtName != "Death") and (evtName != "Birth"):
|
||||||
self.dump_parent_event(evtName,event)
|
self.dump_parent_event(_(evtName),event)
|
||||||
|
|
||||||
if self.incParAddr:
|
if self.incParAddr:
|
||||||
addrlist = person.get_address_list()[:]
|
addrlist = person.get_address_list()[:]
|
||||||
|
|||||||
Reference in New Issue
Block a user