From 9f01602a8daf0d7f613c2cead8c0d8be7e111a67 Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Sat, 4 Apr 2026 01:58:41 +0200 Subject: [PATCH] i18n: add translations for 30 locales from Quartz v4 --- src/i18n/locales/ja-JP.ts | 2 +- src/i18n/locales/kk-KZ.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/ja-JP.ts b/src/i18n/locales/ja-JP.ts index 6dad14d..e57fe5f 100644 --- a/src/i18n/locales/ja-JP.ts +++ b/src/i18n/locales/ja-JP.ts @@ -2,7 +2,7 @@ export default { components: { recentNotes: { title: "最近の記事", - seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`, + seeRemainingMore: ({ remaining }: { remaining: number }) => `さらに${remaining}件 →`, }, }, }; diff --git a/src/i18n/locales/kk-KZ.ts b/src/i18n/locales/kk-KZ.ts index cf0fe79..b9c16c8 100644 --- a/src/i18n/locales/kk-KZ.ts +++ b/src/i18n/locales/kk-KZ.ts @@ -2,7 +2,8 @@ export default { components: { recentNotes: { title: "Соңғы жазбалар", - seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`, + seeRemainingMore: ({ remaining }: { remaining: number }) => + `Тағы ${remaining} жазбаны қарау →`, }, }, };