Skip to content

Commit

Permalink
feat(translation): ko-KR translation, closes #561
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio286 committed Apr 17, 2023
1 parent 6b3b22a commit baef4ea
Show file tree
Hide file tree
Showing 3 changed files with 514 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/renderer/i18n/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { jaJP } from './ja-JP';
import { zhCN } from './zh-CN';
import { ruRU } from './ru-RU';
import { idID } from './id-ID';
import { koKR } from './ko-KR';

const messages = {
'en-US': enUS,
Expand All @@ -24,7 +25,8 @@ const messages = {
'ja-JP': jaJP,
'zh-CN': zhCN,
'ru-RU': ruRU,
'id-ID': idID
'id-ID': idID,
'ko-KR': koKR
};

type NestedPartial<T> = {
Expand Down
Loading

0 comments on commit baef4ea

Please sign in to comment.