mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-03 15:06:27 +09:00
locale migration
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user