Regenerated contributor list
This commit is contained in:
parent
c5883679d6
commit
687d903497
3 changed files with 26 additions and 14 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue