From c6b25f317ea2f8b01655fbef4d2abdac7c22c0c1 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Mon, 28 Dec 2020 23:41:41 +0900
Subject: [PATCH] locale migration

---
 src/client/init.ts | 1 +
 1 file changed, 1 insertion(+)

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();
 }