Add language switcher and language detection

This commit is contained in:
2026-08-11 12:25:14 +02:00
parent 3e7c831dac
commit df489c6c79
11 changed files with 526 additions and 384 deletions
@@ -84,7 +84,7 @@
}
})
.catch(() => {
showResult('Erreur réseau, veuillez ré-essayer.', false);
showResult({{ i18n "networkError" }}, false);
});
});
});