modinfo in the translate toolkit is now a 2-tuple containing the mtime and
[pootle.git] / createpootlepot
blobdc3d8aba01129a5200a9234e8e957fa01380350f
1 #!/bin/sh
2 xgettext \
3 --add-comments=l10n \
4 --package-name=Pootle \
5 --package-version=`egrep "^ver" __version__.py | sed "s/.*\"\(.*\)\"/\1/"` \
6 --language=Python \
7 --keyword=localize \
8 --keyword=nlocalize:1,2 \
9 --default-domain=pootle \
10 --msgid-bugs-address=translate-pootle@lists.sourceforge.net \
11 --copyright-holder="Zuza Software Foundation (Translate.org.za)" \
12 -o po/pootle/templates/pootle.pot \
13 `find . -name "*.py" | sort`