From 738476128af702a792e37e41e01acbb56ed55fff Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 30 Sep 2009 16:59:37 +0000 Subject: added possibility to disable snd_pcm_pause function git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1275 90c681e8-e032-0410-971d-27865f9a5e38 --- update_ts.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 update_ts.sh (limited to 'update_ts.sh') diff --git a/update_ts.sh b/update_ts.sh new file mode 100755 index 000000000..28e0ec785 --- /dev/null +++ b/update_ts.sh @@ -0,0 +1,12 @@ +#!/bin/sh + +for file in `find . -name "*.pro"` +do + ts_pro=`cat $file | grep TRANSLATIONS` + if [ "$ts_pro" ] + then + lupdate -no-obsolete $file + fi + +done + -- cgit v1.2.3-13-gbd6f