simplify loading of lang files

This commit is contained in:
Vincent CLAVIEN
2025-01-30 15:29:25 +01:00
parent 2bf814097d
commit a72609d4fd
3 changed files with 4 additions and 7 deletions

View File

@@ -25,8 +25,6 @@ document.addEventListener("alpine:init", () => {
// i18n
let appStrings = {};
document.addEventListener("alpine-i18n:ready", function () {
AlpineI18n.create("en", appStrings);
AlpineI18n.fallbackLocale = "en";