Switch to en-US
This commit is contained in:
@@ -11,7 +11,7 @@ export const useLang = () => {
|
||||
if (path?.includes('/')) {
|
||||
lang = path.split('/').shift()
|
||||
} else {
|
||||
lang = 'zh-CN'
|
||||
lang = 'en-US'
|
||||
}
|
||||
return lang
|
||||
})
|
||||
|
Reference in New Issue
Block a user