From 96d7f3e7e678a8ac9919ce628c2f792d4cb57955 Mon Sep 17 00:00:00 2001 From: Ján ONDREJ Date: Wed, 4 Jun 2008 06:38:02 +0000 Subject: 2008-06-04 Ján ONDREJ (via ondrejj@fedoraproject.org) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * po/sk.po: Typo fix. --- constants.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'constants.py') diff --git a/constants.py b/constants.py index 0209bdc66..bc18519ec 100644 --- a/constants.py +++ b/constants.py @@ -19,7 +19,9 @@ # Author(s): Erik Troan # -from rhpl.translate import _, N_ +import gettext +_ = lambda x: gettext.ldgettext("anaconda", x) +N_ = lambda x: x BETANAG = 1 -- cgit