This commit is contained in:
3
Makefile
3
Makefile
@ -89,7 +89,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 --allow-empty && \
|
||||
@git diff; \
|
||||
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; \
|
||||
|
||||
Reference in New Issue
Block a user