There was an error while loading. Please reload this page.
1 parent a2efa25 commit d32fbe1Copy full SHA for d32fbe1
1 file changed
Makefile
@@ -110,7 +110,7 @@ serve:
110
.PHONY: progress
111
progress:
112
ifeq ($(file),)
113
- @echo ("No file specified, showing total progress"; \
+ @echo "No file specified, showing total progress"; \
114
@$(PYTHON) -c 'import sys; print("{:.1%}".format(int(sys.argv[1]) / int(sys.argv[2])))' \
115
$(shell msgcat *.po */*.po | msgattrib --translated | grep -c '^msgid') \
116
$(shell msgcat *.po */*.po | grep -c '^msgid')
0 commit comments