annotate po/update-potfiles.sh @ 3472:b96b0b35d5cf trunk

update Japanese translation
author VDR dai (audacious) <d+audacious@vdr.jp>
date Mon, 10 Sep 2007 09:24:03 +0900
parents 934fd1281269
children e0da46ca4c0b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3380
934fd1281269 added update-potfiles.sh script
mf0102 <0102@gmx.at>
parents:
diff changeset
1 #!/bin/bash
934fd1281269 added update-potfiles.sh script
mf0102 <0102@gmx.at>
parents:
diff changeset
2 rm POTFILES*
934fd1281269 added update-potfiles.sh script
mf0102 <0102@gmx.at>
parents:
diff changeset
3 cd ..
934fd1281269 added update-potfiles.sh script
mf0102 <0102@gmx.at>
parents:
diff changeset
4 find src/ \( -name "*.c*" -o -name "*.glade" \) -exec grep -lE "translatable|_\(" \{\} \; | sort | uniq > po/POTFILES.in