From 46fdbbc5900a32fa38c8785d274a7a72f4ea13c9 Mon Sep 17 00:00:00 2001 From: tengge1 <930372551@qq.com> Date: Sat, 3 Aug 2019 20:24:46 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E4=BD=BF=E7=94=A8=E8=8B=B1?= =?UTF-8?q?=E6=96=87=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ShadowEditor.Web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShadowEditor.Web/index.html b/ShadowEditor.Web/index.html index bf8989b6..75f8e792 100644 --- a/ShadowEditor.Web/index.html +++ b/ShadowEditor.Web/index.html @@ -79,7 +79,7 @@ }; window.onload = () => { - var lang = window.localStorage.getItem('lang') || 'zh-CN'; + var lang = window.localStorage.getItem('lang') || 'en-US'; if (lang === 'zh-CN') { loadJs('lang/zh-CN.js').then(() => {