2008-10-13 21:08:37 +01:00
|
|
|
cd `dirname $0`
|
|
|
|
cd ..
|
2009-11-18 22:57:18 +00:00
|
|
|
xgettext \
|
|
|
|
--from-code=UTF-8 \
|
|
|
|
--default-domain=statusnet \
|
|
|
|
--output=locale/statusnet.po \
|
|
|
|
--language=PHP \
|
|
|
|
--keyword="pgettext:1c,2" \
|
|
|
|
--keyword="npgettext:1c,2,3" \
|
|
|
|
actions/*.php \
|
|
|
|
classes/*.php \
|
|
|
|
lib/*.php \
|
|
|
|
scripts/*.php
|