Merge upstream

This commit is contained in:
ASTRO:? 2024-12-22 12:36:04 +09:00
commit 3358fb7a9b
No known key found for this signature in database
GPG key ID: 8947F3AF5B0B4BFE
97 changed files with 3254 additions and 3066 deletions

View file

@ -53,7 +53,7 @@
}
//#region Detect language & fetch translations
if (!localStorage.hasOwnProperty('locale')) {
if (!localStorage.hasOwn('locale')) {
const supportedLangs = LANGS;
let lang = localStorage.getItem('lang');
if (lang == null || !supportedLangs.includes(lang)) {