From 0ed444d3097e62a1708b539bb63e0167d8f95460 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Thu, 6 Dec 2012 14:32:17 -0500 Subject: Fix i18n so translations work --- pulsecaster/config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pulsecaster/config.py') diff --git a/pulsecaster/config.py b/pulsecaster/config.py index 6cc4f43..dba67fe 100644 --- a/pulsecaster/config.py +++ b/pulsecaster/config.py @@ -19,6 +19,7 @@ # Author: Paul W. Frields NAME = u'PulseCaster' +LNAME = u'pulsecaster' import gettext _ = lambda x: gettext.ldgettext(NAME, x) -- cgit