Mercurial > audlegacy-plugins
view po/update-potfiles.sh @ 1561:88878ed02ca0
Few minor changes, to amend differences between XMMS-SID and this.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Sun, 02 Sep 2007 23:08:33 +0300 |
parents | bee9eaedefa5 |
children | 612d25be0fbd |
line wrap: on
line source
#!/bin/bash rm POTFILES* cd .. find src/ \( -name "*.c*" -o -name "*.glade" \) -exec grep -lE "translatable|_\(" \{\} \; | sort | uniq > po/POTFILES.in