Update check-pot-changes
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
3wc
2025-08-27 11:43:16 -04:00
committed by 3wordchant
parent 2a0857c388
commit 5b6254a243

View File

@ -88,8 +88,11 @@ update-pot-po-metadata:
.PHONY: check-pot-changes
check-pot-changes:
@git diff pkg/i18n/locales/abra.pot | grepdiff --output-matching=hunk POT-Creation-Date | git apply --reverse --allow-empty
@git diff-files --quiet
@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 \
git diff pkg/i18n/locales/abra.pot; \
exit 1; \
fi
.PHONY: build-mo
build-mo: