1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-11 05:02:37 +01:00

🐛 rewrite locale en to en-US

This commit is contained in:
Flam3rboy 2021-10-09 18:07:01 +02:00
parent 32db61d8ca
commit b278f7a207

View File

@ -62,6 +62,12 @@
}
});
}
const settings = JSON.parse(localStorage.getItem("UserSettingsStore"));
if (settings && settings.locale === "en") {
settings.locale = "en-US";
localStorage.setItem("UserSettingsStore", JSON.stringify(settings));
}
</script>
<script src="/assets/479a2f1e7d625dc134b9.js"></script>
<script src="/assets/a15fd133a1d2d77a2424.js"></script>