Add debugging to make check-pot-changes
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
3wc
2025-08-27 13:10:44 -04:00
parent 52129de335
commit a7db660460

View File

@ -91,8 +91,10 @@ update-pot-po-metadata:
check-pot-changes:
@git diff pkg/i18n/locales/abra.pot | grepdiff --output-matching=hunk POT-Creation-Date | git apply --reverse --allow-empty
@if git diff-files --quiet; then \
echo "No .pot changes!" \
exit 0; \
else \
echo ".pot changes!" \
git diff; \
exit 1; \
fi