From 687d903497dfaea135ee603621947d6c79a4301d Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Fri, 15 Apr 2022 01:01:10 +0200 Subject: [PATCH] Regenerated contributor list --- assets/contributors.json | 4 ++-- assets/translators.json | 34 ++++++++++++++++++++++----------- scripts/generateContributors.ts | 2 +- 3 files changed, 26 insertions(+), 14 deletions(-) diff --git a/assets/contributors.json b/assets/contributors.json index ec40462fc5..0d556c9cf8 100644 --- a/assets/contributors.json +++ b/assets/contributors.json @@ -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" }, { diff --git a/assets/translators.json b/assets/translators.json index a2d0772315..0bff98565d 100644 --- a/assets/translators.json +++ b/assets/translators.json @@ -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" diff --git a/scripts/generateContributors.ts b/scripts/generateContributors.ts index 408f07dd4f..66e06a9e27 100644 --- a/scripts/generateContributors.ts +++ b/scripts/generateContributors.ts @@ -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))