diff scripts/update-po.sh @ 795:42cfafa20437 pyntnclick

Add the rest of the commit
author Neil Muller <neil@dip.sun.ac.za>
date Sun, 27 Jan 2013 13:01:09 +0200
parents abfa4f7e89a0
children
line wrap: on
line diff
--- a/scripts/update-po.sh	Sun Jan 27 12:59:40 2013 +0200
+++ b/scripts/update-po.sh	Sun Jan 27 13:01:09 2013 +0200
@@ -9,3 +9,9 @@
 for f in data/po/*.po; do
   msgmerge -U $f data/po/suspended-sentence.pot;
 done
+
+xgettext -f pyntnclick/data/po/POTFILES -o pyntnclick/data/po/pyntnclick-tools.pot
+
+for f in pyntnclick/data/po/*.po; do
+  msgmerge -U $f pyntnclick/data/po/pyntnclick-tools.pot;
+done