]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - scripts/update_pot.sh
Removing "join-existing". Do not add on update, just rebuild complete pot. The pot...
[quix0rs-gnu-social.git] / scripts / update_pot.sh
1 cd `dirname $0`
2 cd ..
3 xgettext \
4     --from-code=UTF-8 \
5     --default-domain=statusnet \
6     --output=locale/statusnet.po \
7     --language=PHP \
8     --keyword="pgettext:1c,2" \
9     --keyword="npgettext:1c,2,3" \
10     actions/*.php \
11     classes/*.php \
12     lib/*.php \
13     scripts/*.php