From f3ef78fa62790d4ba0641f4735980a6152056791 Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Sat, 4 Apr 2026 01:58:46 +0200 Subject: [PATCH] i18n: add translations for 30 locales from Quartz v4 --- src/i18n/locales/uk-UA.ts | 2 +- src/i18n/locales/vi-VN.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/uk-UA.ts b/src/i18n/locales/uk-UA.ts index b275130..d84fb7a 100644 --- a/src/i18n/locales/uk-UA.ts +++ b/src/i18n/locales/uk-UA.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/vi-VN.ts b/src/i18n/locales/vi-VN.ts index 1c059da..08472d4 100644 --- a/src/i18n/locales/vi-VN.ts +++ b/src/i18n/locales/vi-VN.ts @@ -2,7 +2,7 @@ export default { components: { recentNotes: { title: "Ghi chú gần đây", - seeRemainingMore: ({ remaining }: { remaining: number }) => `See ${remaining} more →`, + seeRemainingMore: ({ remaining }: { remaining: number }) => `Xem thêm ${remaining} ghi chú →`, }, }, };