Bump translated %, fix it in makefile too (globstar different on sh than bash?).

This commit is contained in:
Julien Palard 2017-10-26 17:34:21 +02:00
parent ab8c7ad3d9
commit e02ef8683c
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
French Translation of the Python Documentation
==============================================
**Translated: 27.2%**
**Translated: 27.7%**
See the `README.rst file on master
<https://github.com/python/python-docs-fr/blob/master/README.rst>`_