Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7aa06b commit c99f312Copy full SHA for c99f312
1 file changed
Makefile
@@ -101,7 +101,3 @@ fuzzy:
101
.PHONY: clean
102
clean:
103
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