summaryrefslogtreecommitdiff
path: root/i18n/status.sh
Side-by-side diff
Diffstat (limited to 'i18n/status.sh') (more/less context) (show whitespace changes)
-rwxr-xr-xi18n/status.sh7
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 @@
+#/bin/sh
+echo "number of strings: "
+grep translation go.ts | wc -l
+echo "unfinished: "
+grep translation go.ts | grep type=\"unfinished\" | wc -l
+echo "obsolete: "
+grep translation go.ts | grep type=\"obsolete\" | wc -l