annotate po/update-potfiles.sh @ 1596:9ad9b3479b38

Actually only use [!] marker in the subtune menu, not the whole info field.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 05 Sep 2007 02:29:16 +0300
parents bee9eaedefa5
children 612d25be0fbd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1525
bee9eaedefa5 - made the MP3 FileWriter output plugin less braindead
mf0102 <0102@gmx.at>
parents:
diff changeset
1 #!/bin/bash
bee9eaedefa5 - made the MP3 FileWriter output plugin less braindead
mf0102 <0102@gmx.at>
parents:
diff changeset
2 rm POTFILES*
bee9eaedefa5 - made the MP3 FileWriter output plugin less braindead
mf0102 <0102@gmx.at>
parents:
diff changeset
3 cd ..
bee9eaedefa5 - made the MP3 FileWriter output plugin less braindead
mf0102 <0102@gmx.at>
parents:
diff changeset
4 find src/ \( -name "*.c*" -o -name "*.glade" \) -exec grep -lE "translatable|_\(" \{\} \; | sort | uniq > po/POTFILES.in