There was an error while loading. Please reload this page.
1 parent cf0061f commit e54bdf4Copy full SHA for e54bdf4
1 file changed
Makefile
@@ -109,7 +109,7 @@ serve:
109
110
.PHONY: progress
111
progress:
112
- ifeq ($(file), "")
+ ifeq ($(file),)
113
@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') \
0 commit comments