Skip to content

Commit

Permalink
feat(i18n): add Korean translation (#1968)
Browse files Browse the repository at this point in the history
  • Loading branch information
liberaldev committed Apr 16, 2023
1 parent f07d323 commit 18ea4ff
Show file tree
Hide file tree
Showing 2 changed files with 469 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,11 @@ const locales: LocaleObjectData[] = [
file: 'gl-ES.json',
name: 'Galego',
},
{
code: 'ko-KR',
file: 'ko-KR.json',
name: '한국어',
},
]

function buildLocales() {
Expand Down
Loading

0 comments on commit 18ea4ff

Please sign in to comment.