Add Korean translations

This commit is contained in:
Daeho Ro 2025-07-12 13:21:14 +09:00
parent bdaf48da20
commit 1983d0067d
No known key found for this signature in database
3 changed files with 5 additions and 1 deletions

View file

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