mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-08-17 15:08:31 +00:00
Update boot.js
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
|
||||
const res = await fetch(`/assets/locales/${lang}.${v}.json`);
|
||||
const json = await res.json();
|
||||
localStorage.setItem('lang', lang);
|
||||
localStorage.setItem('locale', JSON.stringify(json));
|
||||
}
|
||||
//#endregion
|
||||
|
||||
Reference in New Issue
Block a user