Regenerated contributor list

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

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))