Skip to content

Commit

Permalink
feat(i18n): change itemsUnderFolder, itemsUnderTag translation of ko-…
Browse files Browse the repository at this point in the history
…KR (#905)

* feat(i18n): add Korean

* feat(i18n): add Korean

* feat(i18n): change itemsUnderFolder, itemsUnderTag translation of ko-KR
  • Loading branch information
JongDeug committed Feb 20, 2024
1 parent b6cf3df commit fc5fa48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quartz/i18n/locales/ko-KR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ export default {
},
folderContent: {
folder: "폴더",
itemsUnderFolder: ({ count }) => `${count}건의 페이지`,
itemsUnderFolder: ({ count }) => `${count}건의 항목`,
},
tagContent: {
tag: "태그",
tagIndex: "태그 목록",
itemsUnderTag: ({ count }) => `${count}건의 페이지`,
itemsUnderTag: ({ count }) => `${count}건의 항목`,
showingFirst: ({ count }) => `처음 ${count}개의 태그`,
totalTags: ({ count }) => `총 ${count}개의 태그를 찾았습니다.`,
},
Expand Down

0 comments on commit fc5fa48

Please sign in to comment.