Switch to en-US

This commit is contained in:
2024-10-09 08:39:30 +00:00
parent e9d08bd263
commit 13c88b784a
3 changed files with 15 additions and 39 deletions

View File

@@ -11,7 +11,7 @@ export const useLang = () => {
if (path?.includes('/')) {
lang = path.split('/').shift()
} else {
lang = 'zh-CN'
lang = 'en-US'
}
return lang
})