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": [ "contributors": [
{ {
"commits": 3508, "commits": 3540,
"contributor": "Pieter Vander Vennet" "contributor": "Pieter Vander Vennet"
}, },
{ {
@ -17,7 +17,7 @@
"contributor": "Christian Neumann" "contributor": "Christian Neumann"
}, },
{ {
"commits": 31, "commits": 32,
"contributor": "Win Olario" "contributor": "Win Olario"
}, },
{ {

View file

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

View file

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