From b203934f104c9e96067daa7e9873b6beae727141 Mon Sep 17 00:00:00 2001 From: shimeoki Date: Wed, 30 Jul 2025 13:23:18 +0300 Subject: [PATCH] fix: lowercase in ca.json --- assets/translations/ca.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/translations/ca.json b/assets/translations/ca.json index e441a1e..4c84f09 100644 --- a/assets/translations/ca.json +++ b/assets/translations/ca.json @@ -358,16 +358,16 @@ "other": "{} URLs" }, "minute": { - "one": "{} Minut", - "other": "{} Minuts" + "one": "{} minut", + "other": "{} minuts" }, "hour": { - "one": "{} Hora", - "other": "{} Hores" + "one": "{} hora", + "other": "{} hores" }, "day": { - "one": "{} Dia", - "other": "{} Dies" + "one": "{} dia", + "other": "{} dies" }, "clearedNLogsBeforeXAfterY": { "one": "Suprimit {n} registre (anterior a = {before}, posterior a = {after})",