feat(i18n): i18n-Modul, _locales und data-i18n Attribute einrichten

This commit is contained in:
2026-03-22 13:56:04 +01:00
parent 677344f24d
commit f2d4e22b86
10 changed files with 796 additions and 88 deletions
+1
View File
@@ -11,6 +11,7 @@ async function init() {
if (savedSettings) Object.assign(settings, savedSettings);
applySettings();
I18n.init();
renderBoards();
startClock();
bindGlobalEvents();