author | cniehaus <cniehaus> | 2002-12-13 15:40:41 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-12-13 15:40:41 (UTC) |
commit | 5c09befbba79369629d23c8ecf3f78290c30d980 (patch) (unidiff) | |
tree | 570349bce100ffdce8878e9a11478a02a780bfbb | |
parent | 717631afb345d0580ad7e49dae195bd5d3360872 (diff) | |
download | opie-5c09befbba79369629d23c8ecf3f78290c30d980.zip opie-5c09befbba79369629d23c8ecf3f78290c30d980.tar.gz opie-5c09befbba79369629d23c8ecf3f78290c30d980.tar.bz2 |
I hope this miniscript will help me to get an overview
-rwxr-xr-x | i18n/status.sh | 7 |
1 files changed, 4 insertions, 3 deletions
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 @@ | |||
1 | #/bin/sh | 1 | #/bin/sh |
2 | arg=$1 | ||
2 | echo "number of strings: " | 3 | echo "number of strings: " |
3 | grep translation go.ts | wc -l | 4 | grep translation $arg/*.ts | wc -l |
4 | echo "unfinished: " | 5 | echo "unfinished: " |
5 | grep translation go.ts | grep type=\"unfinished\" | wc -l | 6 | grep translation $arg/*.ts | grep type=\"unfinished\" | wc -l |
6 | echo "obsolete: " | 7 | echo "obsolete: " |
7 | grep translation go.ts | grep type=\"obsolete\" | wc -l | 8 | grep translation $arg/*.ts | grep type=\"obsolete\" | wc -l |