From 9fec8f9eaac589b7d8ebfb0bac2549d01b82f2e0 Mon Sep 17 00:00:00 2001 From: Scott Hardy Date: Sat, 19 Apr 2025 13:11:34 -0600 Subject: [PATCH] Fix typos in i18n keys (#270) --- messages/pl-PL.json | 4 ++-- messages/ro.json | 2 +- messages/zh-TW.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/messages/pl-PL.json b/messages/pl-PL.json index 26ec226..17d927b 100644 --- a/messages/pl-PL.json +++ b/messages/pl-PL.json @@ -36,7 +36,7 @@ "earlierThisMonth": "Wcześniej w tym miesiącu", "lastMonth": "Ostatni miesiąc", "earlierThisYear": "Wcześniej w tym roku", - "lastYera": "Poprzedni rok", + "lastYear": "Poprzedni rok", "older": "Starsze" } }, @@ -283,7 +283,7 @@ "earlierThisMonth": "Wcześniej w tym miesiącu", "lastMonth": "Ostatni miesiąc", "earlierThisYear": "Wcześniej w tym roku", - "lastYera": "Poprzedni rok", + "lastYear": "Poprzedni rok", "older": "Starsze" } }, diff --git a/messages/ro.json b/messages/ro.json index dda6a9e..c45cedb 100644 --- a/messages/ro.json +++ b/messages/ro.json @@ -36,7 +36,7 @@ "earlierThisMonth": "La începutul lunii", "lastMonth": "Luna trecută", "earlierThisYear": "La începutul anului", - "lastYera": "Anul trecut", + "lastYear": "Anul trecut", "older": "Mai vechi" } }, diff --git a/messages/zh-TW.json b/messages/zh-TW.json index 83ed288..3820cf9 100644 --- a/messages/zh-TW.json +++ b/messages/zh-TW.json @@ -36,7 +36,7 @@ "earlierThisMonth": "本月稍早", "lastMonth": "上個月", "earlierThisYear": "今年稍早", - "lastYera": "去年", + "lastYear": "去年", "older": "更早" } },