summaryrefslogtreecommitdiff
path: root/scripts/update_pot.sh
blob: 8b44d43b49fbc7c28b777b1414c0055eb92e1ce5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
cd `dirname $0`
cd ..
xgettext \
    --from-code=UTF-8 \
    --default-domain=statusnet \
    --output=locale/statusnet.po \
    --language=PHP \
    --keyword="pgettext:1c,2" \
    --keyword="npgettext:1c,2,3" \
    --join-existing \
    actions/*.php \
    classes/*.php \
    lib/*.php \
    scripts/*.php