gnu-social/scripts/update_pot.sh
CiaranG ab6c83dab8 Script to update laconica.pot from source, and the results of running it
darcs-hash:20081013200837-f6e2c-201363fdb98e3dff815eb3ac76125dc6b060db68.gz
2008-10-13 16:08:37 -04:00

4 lines
187 B
Bash

cd `dirname $0`
cd ..
xgettext --from-code=UTF-8 --default-domain=laconica --output=locale/laconica.pot --language=PHP --join-existing actions/*.php classes/*.php lib/*.php scripts/*.php