diff po/update-potfiles.sh @ 1525:bee9eaedefa5

- made the MP3 FileWriter output plugin less braindead - adapted translations to reflect this - started German translation - added update-potfiles.sh script
author mf0102 <0102@gmx.at>
date Sat, 25 Aug 2007 22:57:25 +0200
parents
children 612d25be0fbd
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/po/update-potfiles.sh	Sat Aug 25 22:57:25 2007 +0200
@@ -0,0 +1,4 @@
+#!/bin/bash
+rm POTFILES*
+cd ..
+find src/ \( -name "*.c*" -o -name "*.glade" \) -exec grep -lE "translatable|_\(" \{\} \; | sort | uniq > po/POTFILES.in