1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 05:05:54 +02:00

locale migration

This commit is contained in:
syuilo
2020-12-28 23:41:41 +09:00
parent d91fa1a37a
commit c6b25f317e

View File

@@ -31,6 +31,7 @@ if (localStorage.getItem('vuex') != null) {
localStorage.setItem('vuex-old', JSON.stringify(vuex));
localStorage.removeItem('vuex');
localStorage.removeItem('i');
localStorage.removeItem('locale');
location.reload();
}