Fix check-pot-changes makefile command
This commit is contained in:
4
Makefile
4
Makefile
@ -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:
|
||||
|
Reference in New Issue
Block a user