automatic update of pot/po files

This commit is contained in:
♪ I'm a bot, bot, bot ♪ 2021-01-03 21:45:19 +00:00
commit a7f84cb6d5

View file

@ -24,7 +24,6 @@ for staged in $(git diff --name-only --cached --diff-filter=d); do
countDateRem=$(grep -E --count '^[-]"POT-Creation-Date:' "$output")
if [ "$countChanges" -eq $(("$countDateAdd" + "$countDateRem")) ] ; then
echo "the file $staged only contains POT-Creation-Date"
git reset -q HEAD "$staged"
fi
fi