Skip to content

Commit c99f312

Browse files
committed
Revert "Add clean-diff that runs fix_diffs.py for every changed po files"
This reverts commit c330bcb.
1 parent f7aa06b commit c99f312

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,3 @@ fuzzy:
101101
.PHONY: clean
102102
clean:
103103
rm *.mo */*.mo
104-
105-
.PHONY: clean-diff
106-
clean-diff: $(VENV)/bin/activate
107-
for file in $$(git diff --name-only | grep '.po$$'); do python3 scripts/fix_diffs.py $$file; done

0 commit comments

Comments
 (0)