From 2fbee469a70fd668dbb63d5bed5298a75d0956bc Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Mon, 7 Jan 2008 00:15:49 +0000 Subject: [PATCH] * src/plugins/DefaultGramplets.py: added gettext (thanks, Jim!) 2008-01-06 Douglas S. Blank svn: r9736 --- ChangeLog | 3 +++ src/plugins/DefaultGramplets.py | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index c10556cad..50477d1a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2008-01-06 Douglas S. Blank + * src/plugins/DefaultGramplets.py: added gettext (thanks, Jim!) + 2008-01-06 Douglas S. Blank * src/DataViews/MyGrampsView.py: * src/DataViews/__init__.py: diff --git a/src/plugins/DefaultGramplets.py b/src/plugins/DefaultGramplets.py index f25af9314..c722b5648 100644 --- a/src/plugins/DefaultGramplets.py +++ b/src/plugins/DefaultGramplets.py @@ -30,6 +30,7 @@ from DataViews import register, Gramplet from BasicUtils import name_displayer from QuickReports import run_quick_report_by_name import DateHandler +from gettext import gettext as _ # # Hello World, in Gramps Gramplets