feat(locale): translate Korean (#2703)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Dewdew
2024-11-20 17:58:52 +09:00
committed by GitHub
parent da1b0bac04
commit 2cbf83eb84
2 changed files with 48 additions and 0 deletions

View File

@@ -10,3 +10,4 @@ export { default as pl } from './pl'
export { default as ru } from './ru'
export { default as zh_hans } from './zh_hans'
export { default as zh_hant } from './zh_hant'
export { default as ko } from './ko'