summaryrefslogtreecommitdiffstats
path: root/locale/base/gather-messages.sh
blob: c06aa9920d941edbbc23d2905e5b9f289cd7a3fb (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 /tmp/messages.po