From 59fad249da52d9f4daa3de44b4a52837f5e70f92 Mon Sep 17 00:00:00 2001 From: 18300102974 Date: Mon, 16 Jan 2023 16:20:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E5=89=8D=E8=87=BA=E5=92=8C?= =?UTF-8?q?=E5=BE=8C=E7=AB=AF=E8=AA=9E=E7=B3=BB=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FrontEnd/nuxt.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FrontEnd/nuxt.config.js b/FrontEnd/nuxt.config.js index 13f6380..7b99a0c 100644 --- a/FrontEnd/nuxt.config.js +++ b/FrontEnd/nuxt.config.js @@ -149,7 +149,7 @@ export default { code: "en", iso: "en-EN", file: "en.json", - langQuery: "en", + langQuery: "en-US", title: "English", text: "English (Global)", }, @@ -157,7 +157,7 @@ export default { code: "zh-tw", iso: "zh-TW", file: "zh-tw.json", - langQuery: "zhtw", + langQuery: "zh-TW", title: "繁體中文", text: "繁體中文(台灣)", },