-rwxr-xr-x | i18n/status.sh | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/i18n/status.sh b/i18n/status.sh index 5cde18e..6f4b6e2 100755 --- a/i18n/status.sh +++ b/i18n/status.sh | |||
@@ -2,2 +2,3 @@ | |||
2 | arg=$1 | 2 | arg=$1 |
3 | foo=$1 | ||
3 | if [ x${arg}x = xx ] | 4 | if [ x${arg}x = xx ] |
@@ -5,3 +6,8 @@ then | |||
5 | arg=. | 6 | arg=. |
7 | foo="all" | ||
6 | fi | 8 | fi |
9 | |||
10 | echo "Status of $foo" | ||
11 | echo | ||
12 | |||
7 | echo "number of strings: " | 13 | echo "number of strings: " |
@@ -11,3 +17,3 @@ echo "unfinished: " | |||
11 | unfi=`find $arg -name "*.ts" -exec cat {} \; | grep translation | grep type=\"unfinished\" | wc -l` | 17 | unfi=`find $arg -name "*.ts" -exec cat {} \; | grep translation | grep type=\"unfinished\" | wc -l` |
12 | echo $unfi `expr \( $strs - $unfi \) \* 100 / $strs`% | 18 | echo $unfi", that means" `expr \( $strs - $unfi \) \* 100 / $strs`% "are done" |
13 | echo "obsolete: " | 19 | echo "obsolete: " |