new translation fix and some overall imrpovement to how the tournament and league workflow works.

This commit is contained in:
2025-11-10 15:04:09 +01:00
parent 1e709e0248
commit 21bd6b74d2
23 changed files with 5855 additions and 1508 deletions
+5
View File
@@ -22,9 +22,14 @@ async function initI18n() {
// Translate the page
translatePage();
// Signal that translations are ready
window.dispatchEvent(new Event('i18nReady'));
}
} catch (error) {
console.error('Failed to initialize i18n:', error);
// Even on error, signal ready so page doesn't get stuck
window.dispatchEvent(new Event('i18nReady'));
}
}