Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/JokeMachineActivity.py
diff options
context:
space:
mode:
Diffstat (limited to 'JokeMachineActivity.py')
-rw-r--r--JokeMachineActivity.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/JokeMachineActivity.py b/JokeMachineActivity.py
index 3259a9e..654d3e7 100644
--- a/JokeMachineActivity.py
+++ b/JokeMachineActivity.py
@@ -72,8 +72,8 @@ class JokeMachineActivity(activity.Activity):
# TODO - clean - install gettext
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'])
+ #gettext.install('JokeMachine', './po', unicode=True)
+ #presLan_af = gettext.translation("JokeMachine", os.path.join(Globals.pwd, 'po'), languages=['af'])
#presLan_af.install()
#locale.setlocale(locale.LC_ALL, 'af')