julen / pootle

Web-based translation and translation management tool

This URL has Read+Write access

pootle / createpootlepot
100755 12 lines (11 sloc) 0.324 kb
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
xgettext \
--add-comments=l10n \
--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"`