From e02ef8683c1dd9b8815679c8670bae6362c9742b Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Thu, 26 Oct 2017 17:34:21 +0200 Subject: [PATCH] Bump translated %, fix it in makefile too (globstar different on sh than bash?). --- Makefile | 4 ++-- README.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5f8f5d2d..bd0f4425 100644 --- a/Makefile +++ b/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 diff --git a/README.rst b/README.rst index 6422d2ef..00fd9b21 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ French Translation of the Python Documentation ============================================== -**Translated: 27.2%** +**Translated: 27.7%** See the `README.rst file on master `_