Merge pull request #336 from Aqr-K/fix/i18n

This commit is contained in:
jxxghp
2025-05-20 19:48:58 +08:00
committed by GitHub

View File

@@ -39,7 +39,7 @@ export function getBrowserLocale(): SupportedLocale | null {
return navigatorLocale.includes(locale.split('-')[0])
})
return (locale as SupportedLocale) || null
return (locale as SupportedLocale) || zh-CN
}
/**