From 211ce9b62e5cb7d9a937f696acca765f39f16b4d Mon Sep 17 00:00:00 2001 From: samlm0 <9084029+samlm0@users.noreply.github.com> Date: Tue, 26 Mar 2024 20:59:43 +0800 Subject: [PATCH] change(lang): make fallback langague to english --- ui/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/App.vue b/ui/src/App.vue index 1db56ee..f16c60b 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -17,7 +17,7 @@ const dateLang = computed(() => { return currentLang.value.dateLang() }) -const currentLangCode = ref('zh-CN') +const currentLangCode = ref('en-US') const currentLang = computed(() => { for (var i in langList) { const _lang = langList[i]