diff options
Diffstat (limited to 'src/client/init.ts')
| -rw-r--r-- | src/client/init.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/init.ts b/src/client/init.ts index 9f4641a34e..9683075785 100644 --- a/src/client/init.ts +++ b/src/client/init.ts @@ -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(); } |