]> code.citadel.org Git - citadel.git/blobdiff - webcit/po/create-pot.sh
* rename estonian translation as sugested by launchpad
[citadel.git] / webcit / po / create-pot.sh
old mode 100644 (file)
new mode 100755 (executable)
index df6cfb9..e8c6d3a
@@ -3,9 +3,11 @@
 echo Updating webcit.pot from strings in the source code ...
 xgettext \
        --copyright-holder='The Citadel Project - http://www.citadel.org' \
+        --from-code='utf-8' \
        -k_ \
        -o webcit.pot \
-       ../*.c
+       --add-comments \
+       ../*.c ../static/t/*.html
 
 for x in *.po
 do