Feat/install process refinement (#3982)

This commit is contained in:
crazywoola
2024-04-29 17:55:52 +08:00
committed by GitHub
parent 1d432728ac
commit c5e2659771
26 changed files with 871 additions and 840 deletions

View File

@@ -86,7 +86,7 @@ const ActivateForm = () => {
timezone,
},
})
setLocaleOnClient(language.startsWith('en') ? 'en' : 'zh-Hans', false)
setLocaleOnClient(language.startsWith('en') ? 'en-US' : 'zh-Hans', false)
setShowSuccess(true)
}
catch {