* rename dummy function from foo to templatestrings since xgettext will put it into...
[citadel.git] / webcit / buildpackages
index ae6dc187df913aa80df3acbbec76e172bad559b2..3ee4ac00d4c7b0031d5efadc6a6ae622ac82e8b2 100755 (executable)
@@ -65,6 +65,10 @@ case $1 in
        fi
        cd ..; tar --exclude .svn --exclude "debian/*" $NONDFSG -cvhzf webcit-${WEBCIT_VERSION}.tar.gz webcit-${WEBCIT_VERSION}/
        ;;
+    i18n)
+       ./webcit -G `pwd`/i18n_templatelist.c
+       cd po;  ./create-pot.sh
+       ;;
     *)
        echo "Not yet implemented. we have: debian "
        ;;