Mercurial > audlegacy-plugins
view po/update-potfiles.sh @ 1958:2db72dd92ee3
Use glib types and functions in some places.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Tue, 02 Oct 2007 06:26:10 +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