Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--JokeMachineActivity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/JokeMachineActivity.py b/JokeMachineActivity.py
index f04b804..1e509b1 100644
--- a/JokeMachineActivity.py
+++ b/JokeMachineActivity.py
@@ -81,7 +81,7 @@ class JokeMachineActivity(activity.Activity):
activity.Activity.__init__(self, handle)
# TODO - clean - install gettext
- #os.chdir(Globals.pwd) # required for i18n.py to work
+ os.chdir(Globals.pwd) # required for i18n.py to work
#gettext.install('JokeMachine', './locale', unicode=True)
#presLan_af = gettext.translation("JokeMachine", os.path.join(Globals.pwd, 'locale'), languages=['af'])
#presLan_af.install()