Bump translated %, fix it in makefile too (globstar different on sh than bash?).
This commit is contained in:
parent ab8c7ad3d9
commit e02ef8683c
2 changed files with 3 additions and 3 deletions
4 Makefile
4
Makefile | | @ -48,8 +48,8 @@ $(VENV)/bin/blurb: $(VENV)/bin/activate | |||
.PHONY: progress | ||||
progress: | ||||
@python3 -c 'import sys; print("{:.1%}".format(int(sys.argv[1]) / int(sys.argv[2])))' \ | ||||
$(shell msgcat **/*.po | msgattrib --translated | grep -c '^msgid') \ | ||||
$(shell msgcat **/*.po | grep -c '^msgid') | ||||
$(shell msgcat *.po */*.po | msgattrib --translated | grep -c '^msgid') \ | ||||
$(shell msgcat *.po */*.po | grep -c '^msgid') | ||||
| ||||
| ||||
.PHONY: todo | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue