Added "Foster" to the child relationships
svn: r300
This commit is contained in:
parent
69f0e8311c
commit
ecd9b84136
@ -107,11 +107,12 @@ female = _("female")
|
|||||||
output_formats = ["OpenOffice", "AbiWord", "PDF", "HTML" ]
|
output_formats = ["OpenOffice", "AbiWord", "PDF", "HTML" ]
|
||||||
|
|
||||||
childRelations = {
|
childRelations = {
|
||||||
_("Birth") : "Birth",
|
_("Birth") : "Birth",
|
||||||
_("Adopted") : "Adopted",
|
_("Adopted") : "Adopted",
|
||||||
_("Stepchild") : "Stepchild",
|
_("Stepchild") : "Stepchild",
|
||||||
_("Unknown") : "Unknown",
|
_("Foster") : "Foster",
|
||||||
_("Other") : "Other",
|
_("Unknown") : "Unknown",
|
||||||
|
_("Other") : "Other",
|
||||||
}
|
}
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user