From ae537758aaaab354a4d3b48eb8d972cf23807cae Mon Sep 17 00:00:00 2001 From: shimeoki Date: Wed, 30 Jul 2025 13:29:25 +0300 Subject: [PATCH] fix: lowercase in pt.json --- assets/translations/pt.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/translations/pt.json b/assets/translations/pt.json index c388a15..906e783 100644 --- a/assets/translations/pt.json +++ b/assets/translations/pt.json @@ -358,16 +358,16 @@ "other": "{} URLs" }, "minute": { - "one": "{} Minuto", - "other": "{} Minutos" + "one": "{} minuto", + "other": "{} minutos" }, "hour": { - "one": "{} Hora", - "other": "{} Horas" + "one": "{} hora", + "other": "{} horas" }, "day": { - "one": "{} Dia", - "other": "{} Dias" + "one": "{} dia", + "other": "{} dias" }, "clearedNLogsBeforeXAfterY": { "one": "Foi limpo {n} log (antes = {antes}, depois = {depois})",