From 5c09befbba79369629d23c8ecf3f78290c30d980 Mon Sep 17 00:00:00 2001 From: cniehaus Date: Fri, 13 Dec 2002 15:40:41 +0000 Subject: I hope this miniscript will help me to get an overview --- (limited to 'i18n/status.sh') diff --git a/i18n/status.sh b/i18n/status.sh index 3bffe12..315f9dd 100755 --- a/i18n/status.sh +++ b/i18n/status.sh @@ -1,7 +1,8 @@ #/bin/sh +arg=$1 echo "number of strings: " -grep translation go.ts | wc -l +grep translation $arg/*.ts | wc -l echo "unfinished: " -grep translation go.ts | grep type=\"unfinished\" | wc -l +grep translation $arg/*.ts | grep type=\"unfinished\" | wc -l echo "obsolete: " -grep translation go.ts | grep type=\"obsolete\" | wc -l +grep translation $arg/*.ts | grep type=\"obsolete\" | wc -l -- cgit v0.9.0.2