feat(i18n): add Korean translation (#1968)

This commit is contained in:
Liberal dev 2023-04-17 04:42:32 +09:00 committed by GitHub
parent f07d32375a
commit 18ea4ffb6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 469 additions and 0 deletions

View file

@ -189,6 +189,11 @@ const locales: LocaleObjectData[] = [
file: 'gl-ES.json',
name: 'Galego',
},
{
code: 'ko-KR',
file: 'ko-KR.json',
name: '한국어',
},
]
function buildLocales() {