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
48
48
.PHONY : progress
49
49
progress :
50
50
@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')
53
53
54
54
55
55
.PHONY : todo
Original file line number Diff line number Diff line change 1
1
French Translation of the Python Documentation
2
2
==============================================
3
3
4
- **Translated: 27.2 % **
4
+ **Translated: 27.7 % **
5
5
6
6
See the `README.rst file on master
7
7
<https://github.com/python/python-docs-fr/blob/master/README.rst> `_
You can’t perform that action at this time.
0 commit comments