aboutsummaryrefslogtreecommitdiffstats
path: root/chk-po
diff options
context:
space:
mode:
Diffstat (limited to 'chk-po')
-rwxr-xr-xchk-po2
1 files changed, 1 insertions, 1 deletions
diff --git a/chk-po b/chk-po
index 59dc6fb..0bd4823 100755
--- a/chk-po
+++ b/chk-po
@@ -5,7 +5,7 @@
# Number of strings reported should be identical for all languages.
clear
-for pofile in po/*; do
+for pofile in po/*pot po/*po; do
echo "Checking - ${pofile}"
entries=0
while read line ; do