mirror of
https://github.com/quartz-community/recent-notes.git
synced 2026-07-22 02:50:28 +00:00
i18n: add translations for 30 locales from Quartz v4
This commit is contained in:
parent
357122e7ea
commit
ff117f5e57
2 changed files with 16 additions and 0 deletions
8
src/i18n/locales/kk-KZ.ts
Normal file
8
src/i18n/locales/kk-KZ.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
export default {
|
||||
components: {
|
||||
recentNotes: {
|
||||
title: "Соңғы жазбалар",
|
||||
seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`,
|
||||
},
|
||||
},
|
||||
};
|
||||
8
src/i18n/locales/ko-KR.ts
Normal file
8
src/i18n/locales/ko-KR.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
export default {
|
||||
components: {
|
||||
recentNotes: {
|
||||
title: "최근 게시글",
|
||||
seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`,
|
||||
},
|
||||
},
|
||||
};
|
||||
Loading…
Reference in a new issue