Skip to content

Commit

Permalink
feat: add korean translation (#694)
Browse files Browse the repository at this point in the history
* feat: add korean translation

* fix: fix typo
  • Loading branch information
prkgnt authored Aug 31, 2023
1 parent ff853e1 commit 7d7d958
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/translations/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,13 @@ export default {
},
NOTHING_TO_SHOW: "Il n'y a rien à montrer!",
},
KR: {
PLACEHOLDER: '아이템을 선택해주세요',
SEARCH_PLACEHOLDER: '입력 중...',
SELECTED_ITEMS_COUNT_TEXT: {
1: '하나의 아이템이 선택되었습니다.',
n: '{count}개의 아이템이 선택되었습니다.',
},
NOTHING_TO_SHOW: "검색된 사항이 존재하지 않습니다.",
},
};

0 comments on commit 7d7d958

Please sign in to comment.