From 39860593d3de12f70a083cdb9b86adca7b98fdfb Mon Sep 17 00:00:00 2001 From: cniehaus Date: Sun, 18 May 2003 11:52:30 +0000 Subject: from now on you can also use status_individual.sh todo XX. This will only show you the files which are not completly translated --- (limited to 'i18n/status_individual.sh') diff --git a/i18n/status_individual.sh b/i18n/status_individual.sh index 781b794..349767d 100755 --- a/i18n/status_individual.sh +++ b/i18n/status_individual.sh @@ -9,5 +9,14 @@ if [ "x${arg}x" = "xx" ]; then exit fi +if [ "${arg}" = "todo" ]; then + if [ "x$2"x = "xx" ]; then + echo "missing second argument" + exit + fi + for i in $2/*.ts; do echo $i - `grep translation "$i" | grep type=\"unfinished\" | wc -l` | grep -v ' 0' ; done + exit +fi + for i in $1/*.ts; do echo $i - `grep translation "$i" | grep type=\"unfinished\" | wc -l` ; done -- cgit v0.9.0.2