Update translations

This commit is contained in:
o9000
2017-11-26 21:45:26 +01:00
parent 3fba8aa1cf
commit 978e1c90fc
9 changed files with 38 additions and 50 deletions

View File

@@ -28,7 +28,7 @@ do
then
echo $lang ": Up to date"
else
count=$(echo -e "$fuzzy" "\n" "$missing" | grep "^--$" | wc -l)
count=$(( $(echo -e "$fuzzy" "\n" "$missing" | grep "^--$" | wc -l) + 1))
echo "${lang}: Translation incomplete: ${count} strings to be updated. See ${lang}.todo"
echo "$fuzzy" > ${lang}.todo
echo "$missing" >> ${lang}.todo