Skip to content

Commit e02ef86

Browse files
committed
Bump translated %, fix it in makefile too (globstar different on sh than bash?).
1 parent ab8c7ad commit e02ef86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ $(VENV)/bin/blurb: $(VENV)/bin/activate
4848
.PHONY: progress
4949
progress:
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

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
French Translation of the Python Documentation
22
==============================================
33

4-
**Translated: 27.2%**
4+
**Translated: 27.7%**
55

66
See the `README.rst file on master
77
<https://github.com/python/python-docs-fr/blob/master/README.rst>`_

0 commit comments

Comments
 (0)