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

@@ -28,6 +28,9 @@ from libglade import *
import RelLib
import sort
import intl
_ = intl.gettext
topDialog = None
other_person = None
@@ -257,6 +260,7 @@ def runTool(database,person,callback):
#
#-------------------------------------------------------------------------
def get_description():
return "Calculates the relationship between two people"
return _("Calculates the relationship between two people")
def get_name():
return _("Utilities/Relationship calculator")