2006-08-03 Alex Roitman <shura@gramps-project.org>
* src/Filters/Rules/Person/_HasIdOf.py: Cleanup. * src/Filters/Rules/Person/__init__.py (editor_rule_list): Add RegExpIdOf. * src/Filters/Rules/Person/_RegExpIdOf.py: Cleanup. * src/Filters/Rules/_RegExpIdBase.py: Cleanup. * src/Filters/Rules/Person/_HasRelationship.py: Cleanup. * src/Filters/Rules/Family/_HasIdOf.py: Cleanup. * src/Filters/Rules/Family/_RegExpIdOf.py: Cleanup. * src/FilterEditor/_EditRule.py: Clean, localization fixes, ID selection fixes. * src/NameDisplay.py: Import gettext. * src/Filters/Rules/Family/_HasRelType.py (labels): Use lowercase. * src/FilterEditor/_EditFilter.py (on_add_clicked, on_edit_clicked): Catch exception. svn: r7115
This commit is contained in:
@ -24,6 +24,13 @@
|
||||
Class handling language-specific displaying of names.
|
||||
"""
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# Python modules
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
from gettext import gettext as _
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# GRAMPS modules
|
||||
|
Reference in New Issue
Block a user