# HG changeset patch # User urmas # Date 1276742932 -25200 # Node ID 1514c7bc4bdcc6a111c4dfc02b2e267caf82d134 # Parent 4b4c573ce65990d9c338cbee84dfa9c13c11e0ba using Unucode gettext in main module diff -r 4b4c573ce65990d9c338cbee84dfa9c13c11e0ba -r 1514c7bc4bdcc6a111c4dfc02b2e267caf82d134 src/revelation.in --- a/src/revelation.in Sat Apr 25 17:43:13 2009 +0700 +++ b/src/revelation.in Thu Jun 17 09:48:52 2010 +0700 @@ -29,8 +29,8 @@ from revelation import config, data, datahandler, dialog, entry, io, ui, util -_ = gettext.gettext - +tran = gettext.translation(config.PACKAGE,config.DIR_LOCALE) +_ = tran.ugettext class Revelation(ui.App): "The Revelation application"