more translations fixed

This commit is contained in:
nocci 2025-04-29 15:19:59 +02:00
parent c886d5f28e
commit d3eb37ebff
15 changed files with 170 additions and 155 deletions

View file

@ -84,7 +84,7 @@ function updateCountdown() {
updateProgressBar(percent);
}
// Initialisierung
// run countdown
updateCountdown();
const timer = setInterval(updateCountdown, 1000);
</script>