Regenerated contributor list

This commit is contained in:
pietervdvn 2022-04-15 01:01:10 +02:00
parent c5883679d6
commit 687d903497
3 changed files with 26 additions and 14 deletions

View file

@ -1,7 +1,7 @@
{
"contributors": [
{
"commits": 3508,
"commits": 3540,
"contributor": "Pieter Vander Vennet"
},
{
@ -17,7 +17,7 @@
"contributor": "Christian Neumann"
},
{
"commits": 31,
"commits": 32,
"contributor": "Win Olario"
},
{

View file

@ -1,7 +1,7 @@
{
"contributors": [
{
"commits": 106,
"commits": 115,
"contributor": "Pieter Vander Vennet"
},
{
@ -9,7 +9,7 @@
"contributor": "danieldegroot2"
},
{
"commits": 47,
"commits": 58,
"contributor": "kjon"
},
{
@ -36,6 +36,14 @@
"commits": 21,
"contributor": "Anonymous"
},
{
"commits": 16,
"contributor": "el_libre como el chaval"
},
{
"commits": 16,
"contributor": "Robin van der Linde"
},
{
"commits": 15,
"contributor": "WaldiS"
@ -60,10 +68,6 @@
"commits": 10,
"contributor": "Irina"
},
{
"commits": 10,
"contributor": "Robin van der Linde"
},
{
"commits": 9,
"contributor": "Jacque Fresco"
@ -72,6 +76,10 @@
"commits": 8,
"contributor": "LeJun"
},
{
"commits": 7,
"contributor": "Win Olario"
},
{
"commits": 6,
"contributor": "Štefan Baebler"
@ -94,7 +102,7 @@
},
{
"commits": 5,
"contributor": "el_libre como el chaval"
"contributor": "David Haberthür"
},
{
"commits": 5,
@ -128,10 +136,6 @@
"commits": 4,
"contributor": "Polgár Sándor"
},
{
"commits": 4,
"contributor": "David Haberthür"
},
{
"commits": 4,
"contributor": "phlostically"
@ -180,6 +184,10 @@
"commits": 3,
"contributor": "SiegbjornSitumeang"
},
{
"commits": 2,
"contributor": "paunofu"
},
{
"commits": 2,
"contributor": "Localizer"
@ -232,6 +240,10 @@
"commits": 2,
"contributor": "Leo Alcaraz"
},
{
"commits": 1,
"contributor": "deep map"
},
{
"commits": 1,
"contributor": "HO Gin Wang"

View file

@ -27,7 +27,7 @@ function main() {
author = "Pieter Vander Vennet"
}
let hist = codeContributors;
if (message.startsWith("Translated using Weblate")) {
if (message.startsWith("Translated using Weblate") || message.startsWith("Translated using Hosted Weblate")) {
hist = translationContributors
}
hist.set(author, 1 + (hist.get(author) ?? 0))