author | cniehaus <cniehaus> | 2002-12-13 15:17:04 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-12-13 15:17:04 (UTC) |
commit | 717631afb345d0580ad7e49dae195bd5d3360872 (patch) (unidiff) | |
tree | 5afb7f521bd57e5f9a059afe71f04ed034ae407d /i18n/status.sh | |
parent | 67fa6ca335f261cf60fcf1477514f4cf108d6122 (diff) | |
download | opie-717631afb345d0580ad7e49dae195bd5d3360872.zip opie-717631afb345d0580ad7e49dae195bd5d3360872.tar.gz opie-717631afb345d0580ad7e49dae195bd5d3360872.tar.bz2 |
update
-rwxr-xr-x | i18n/status.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/i18n/status.sh b/i18n/status.sh new file mode 100755 index 0000000..3bffe12 --- a/dev/null +++ b/i18n/status.sh | |||
@@ -0,0 +1,7 @@ | |||
1 | #/bin/sh | ||
2 | echo "number of strings: " | ||
3 | grep translation go.ts | wc -l | ||
4 | echo "unfinished: " | ||
5 | grep translation go.ts | grep type=\"unfinished\" | wc -l | ||
6 | echo "obsolete: " | ||
7 | grep translation go.ts | grep type=\"obsolete\" | wc -l | ||