Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2011-09-24 00:31:36 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2011-09-24 00:31:36 (GMT)
commit32cfc8053ac4006e5016804d6e2d41123b7df520 (patch)
treed7467525c5b382bc7ed13b27d8fa134c793ffa51 /misc
parentb38b5f48c93eb622ab29e7273c97295770d018de (diff)
Process new projects properly in pogenerator.py
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/pootle.cron2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/pootle.cron b/misc/pootle.cron
index 0f643ce..a28547b 100755
--- a/misc/pootle.cron
+++ b/misc/pootle.cron
@@ -35,7 +35,7 @@ $HELPERS/potupdater/check_bad_ownership.sh
test $? -eq 0 || echo "-- ERROR"
echo "-- Generate .pot files"
-python $HELPERS/potupdater/pogenerator.py $HELPERS/potupdater/project_list.ini
+python $HELPERS/potupdater/pogenerator.py $HELPERS/potupdater/project_list.ini translations/
test $? -eq 0 || echo "-- ERROR"
echo "-- Generate status page"