Skip to content

Commit

Permalink
Merge branch 'dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
AlterTobi committed Nov 11, 2024
2 parents 71bbc65 + 837ec69 commit eafc650
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions wfes-editChallengeCounter.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @name Edit Challenge Counter
// @version 1.1.2
// @version 1.1.3
// @description Count Edit Contributions for the 2024 Wayfarer Edit Challenge
// @author AlterTobi

Expand Down Expand Up @@ -151,12 +151,12 @@
};
const STATUSES = ["NOMINATED", "VOTING", "NIANTIC_REVIEW", "ACCEPTED", "REJECTED", "WITHDRAWN"]; // Erwartete Statuswerte
const STATUS_LABELS = {
"NOMINATED": "Nominated",
"VOTING": "Voting",
"NIANTIC_REVIEW": "Niantic",
"ACCEPTED": "Accepted",
"REJECTED": "Rejected",
"WITHDRAWN": "Withdrawn"
"NOMINATED": "In Queue",
"VOTING": "In Voting",
"NIANTIC_REVIEW": "NIA Review",
"ACCEPTED": "Accepted",
"REJECTED": "Rejected",
"WITHDRAWN": "Withdrawn"
};
// Funktion zur erweiterten Zählung nach Typ und Status
function countContributionsExtended(contributions) {
Expand Down

0 comments on commit eafc650

Please sign in to comment.