File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ $(VENV)/bin/blurb: $(VENV)/bin/activate
4848.PHONY : progress
4949progress :
5050 @python3 -c ' import sys; print("{:.1%}".format(int(sys.argv[1]) / int(sys.argv[2])))' \
51- $(shell msgcat ** /* .po | msgattrib --translated | grep -c '^msgid') \
52- $(shell msgcat ** /* .po | grep -c '^msgid')
51+ $(shell msgcat * .po * /* .po | msgattrib --translated | grep -c '^msgid') \
52+ $(shell msgcat * .po * /* .po | grep -c '^msgid')
5353
5454
5555.PHONY : todo
Original file line number Diff line number Diff line change 11French Translation of the Python Documentation
22==============================================
33
4- **Translated: 27.2 % **
4+ **Translated: 27.7 % **
55
66See the `README.rst file on master
77<https://github.com/python/python-docs-fr/blob/master/README.rst> `_
You can’t perform that action at this time.
0 commit comments