summaryrefslogtreecommitdiffstats
path: root/pulsecaster/config.py
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2012-12-06 14:32:17 -0500
committerPaul W. Frields <stickster@gmail.com>2012-12-06 14:54:04 -0500
commit0ed444d3097e62a1708b539bb63e0167d8f95460 (patch)
treeef6f5569bd509a8d54ae0fc900b74d5c1ff61f56 /pulsecaster/config.py
parenta096a2f63f7f54470ac1ec9716e94a35b04067a6 (diff)
downloadpulsecaster-0ed444d3097e62a1708b539bb63e0167d8f95460.tar.gz
pulsecaster-0ed444d3097e62a1708b539bb63e0167d8f95460.tar.xz
pulsecaster-0ed444d3097e62a1708b539bb63e0167d8f95460.zip
Fix i18n so translations work
Diffstat (limited to 'pulsecaster/config.py')
-rw-r--r--pulsecaster/config.py1
1 files changed, 1 insertions, 0 deletions
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 <stickster@gmail.com>
NAME = u'PulseCaster'
+LNAME = u'pulsecaster'
import gettext
_ = lambda x: gettext.ldgettext(NAME, x)