Bump stats.

This commit is contained in:
Julien Palard 2023-07-18 10:11:08 +02:00
parent 8937b3f3b7
commit 5c7ef31c43
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
2 changed files with 2 additions and 1 deletions

View File

@ -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,
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 117 KiB