summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rwxr-xr-xi18n/status_individual.sh9
1 files changed, 9 insertions, 0 deletions
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
@@ -11,2 +11,11 @@ fi
11 11
12if [ "${arg}" = "todo" ]; then
13 if [ "x$2"x = "xx" ]; then
14 echo "missing second argument"
15 exit
16 fi
17 for i in $2/*.ts; do echo $i - `grep translation "$i" | grep type=\"unfinished\" | wc -l` | grep -v ' 0' ; done
18 exit
19fi
20
12for i in $1/*.ts; do echo $i - `grep translation "$i" | grep type=\"unfinished\" | wc -l` ; done 21for i in $1/*.ts; do echo $i - `grep translation "$i" | grep type=\"unfinished\" | wc -l` ; done