diff --git a/2019-write-the-docs-paris-python-translation.py b/2019-write-the-docs-paris-python-translation.py index f4d8faa..0b688d0 100644 --- a/2019-write-the-docs-paris-python-translation.py +++ b/2019-write-the-docs-paris-python-translation.py @@ -6,7 +6,7 @@ for i in $(seq -w 01 12) do git clean -dfqx >/dev/null git checkout -- . >/dev/null - git checkout $(git log 3.9 --after "2020-$i-01" | grep ^commit | tail -n 1 | cut -d' ' -f2) + git checkout $(git log 3.9 --after "2022-$i-01" | grep ^commit | tail -n 1 | cut -d' ' -f2) git show | head -n 3 python -c 'import sys; print("{:.1%}".format(int(sys.argv[1]) / int(sys.argv[2])))' \ $(ls -1 *.po */*.po | grep -v 'whatsnew/changelog\|whatsnew/2\|whatsnew/3.[0-8]' | xargs msgcat | msgattrib --translated | grep -c '^msgid') \ @@ -99,6 +99,7 @@ progress = { datetime.date(2023, 2, 4): 60.2, datetime.date(2023, 3, 5): 60.8, datetime.date(2023, 4, 1): 61.0, + datetime.date(2023, 7, 18): 65.4, } diff --git a/static/fr_translation_percent.png b/static/fr_translation_percent.png index a2373fa..0be40c1 100644 Binary files a/static/fr_translation_percent.png and b/static/fr_translation_percent.png differ