public
Description: Web-based translation and translation management tool
Homepage: http://translate.sf.net/
Clone URL: git://github.com/julen/pootle.git
pootle / createpootlepot
100755 14 lines (13 sloc) 0.432 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
xgettext \
--add-comments=l10n \
--package-name=Pootle \
--package-version=`egrep "^ver" __version__.py | sed "s/.*\"\(.*\)\"/\1/"` \
--language=Python \
--keyword=localize \
--keyword=nlocalize:1,2 \
--default-domain=pootle \
--msgid-bugs-address=translate-pootle@lists.sourceforge.net \
--copyright-holder="Zuza Software Foundation (Translate.org.za)" \
-o po/pootle/templates/pootle.pot \
`find . -name "*.py" | sort`