Mercurial > audlegacy
view po/update-potfiles.sh @ 3636:65b750891387
Possibly fix a lockup problem.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Tue, 25 Sep 2007 23:09:09 +0300 |
parents | 934fd1281269 |
children | e0da46ca4c0b |
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