create POT

This commit is contained in:
Roland Gruber 2012-12-12 18:51:23 +00:00
parent a3a4dd370c
commit 7aa692ec81
1 changed files with 6 additions and 1 deletions

View File

@ -6,7 +6,12 @@
# This script is run to create archives of all messages.po files.
#!/bin/bash
echo "Generating POT"
./make_po
mv messages.po messages.pot
tar -czf messages.pot.tar.gz messages.pot
echo " "
echo "Generating Catalan translation template"
./make_po_ca
tar -czf messages.po_ca.tar.gz messages.po