summaryrefslogtreecommitdiffstats
path: root/locale/base/gather-messages.sh
blob: bab2b7a80612c46750dd2fb5f9298ccb60c81ac5 (plain)
1
2
3
4
5
6
#!/bin/sh

find ../../ -name *.php > /tmp/filelist
find ../../ -name *.inc >> /tmp/filelist

xgettext -f /tmp/filelist -L PHP -o ./messages.po