Merge branch 'dev' into feature-manage-2fa

This commit is contained in:
Milo Schwartz
2025-07-13 18:33:27 -04:00
committed by GitHub
5 changed files with 1618 additions and 349 deletions

View File

@@ -48,6 +48,10 @@ export default function LocaleSwitcher() {
{
value: 'zh-CN',
label: '简体中文'
},
{
value: 'ko-KR',
label: '한국어'
}
]}
/>