* src/const.py.in: Add InverseNameTypesMap.
* src/plugins/IndivComplete.py: Use InverseNameTypesMap for alternate names. * src/EditPerson.py (on_name_select_row): Display translated name type. svn: r1722
This commit is contained in:
@ -920,4 +920,11 @@ NameTypesMap = {
|
||||
_("Other Name") : "Other Name",
|
||||
}
|
||||
|
||||
InverseNameTypesMap = {
|
||||
"Also Known As" : _("Also Known As"),
|
||||
"Birth Name" : _("Birth Name"),
|
||||
"Married Name" : _("Married Name"),
|
||||
"Other Name" : _("Other Name"),
|
||||
}
|
||||
|
||||
logical_functions = ['or', 'and', 'xor', 'one']
|
||||
|
Reference in New Issue
Block a user