Internationalization fixes, support for PDF generation

svn: r45
This commit is contained in:
Don Allingham
2001-05-22 22:30:13 +00:00
parent 175f7224a8
commit 0432e0998e
30 changed files with 454 additions and 199 deletions

View File

@@ -30,6 +30,9 @@ import re
import sort
import utils
import string
import intl
_ = intl.gettext
#------------------------------------------------------------------------
#
@@ -450,10 +453,10 @@ def runTool(database,person,callback):
#
#-------------------------------------------------------------------------
def get_description():
return "Genealogical Research Event Analysis Tool\n\n" \
"Aids in the analysis of data by allowing the development "\
"of custom filters that can be applied to the database to "\
"find similar events"
return _("Aids in the analysis of data by allowing the development of custom filters that can be applied to the database to find similar events")
def get_name():
return _("Analysis and Exploration/Compare individual events")
#-------------------------------------------------------------------------
#