From 564ab281d45aaba44b82671819c77e2af1a2fb6e 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/pl-PL.ts | 3 ++- src/i18n/locales/pt-BR.ts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/pl-PL.ts b/src/i18n/locales/pl-PL.ts index 61470ff..ff67dfc 100644 --- a/src/i18n/locales/pl-PL.ts +++ b/src/i18n/locales/pl-PL.ts @@ -2,7 +2,8 @@ export default { components: { recentNotes: { title: "Najnowsze notatki", - seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`, + seeRemainingMore: ({ remaining }: { remaining: number }) => + `Zobacz ${remaining} nastepnych →`, }, }, }; diff --git a/src/i18n/locales/pt-BR.ts b/src/i18n/locales/pt-BR.ts index 26d0eff..869d290 100644 --- a/src/i18n/locales/pt-BR.ts +++ b/src/i18n/locales/pt-BR.ts @@ -2,7 +2,7 @@ export default { components: { recentNotes: { title: "Notas recentes", - seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`, + seeRemainingMore: ({ remaining }: { remaining: number }) => `Veja mais ${remaining} →`, }, }, };