Fix check-pot-changes makefile command

This commit is contained in:
3wc
2025-08-27 11:26:36 -04:00
committed by 3wordchant
parent eb12127578
commit e095bbe9d6

View File

@ -88,8 +88,8 @@ 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
@git diff-index --quiet --cached HEAD --
@git diff pkg/i18n/locales/abra.pot | grepdiff --output-matching=hunk POT-Creation-Date | git apply --reverse --allow-empty
@git diff-files --quiet
.PHONY: build-mo
build-mo: