Skip to content

Commit

Permalink
change(lang): make fallback langague to english
Browse files Browse the repository at this point in the history
  • Loading branch information
samlm0 committed Mar 26, 2024
1 parent ae12133 commit 211ce9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 211ce9b

Please sign in to comment.