From c5b077e395183a5f24bb0cf3e176cb03f836b7f2 Mon Sep 17 00:00:00 2001 From: shimeoki Date: Wed, 30 Jul 2025 13:31:24 +0300 Subject: [PATCH] fix: lowercase in tr.json --- assets/translations/tr.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/translations/tr.json b/assets/translations/tr.json index f4a53b8..9f9edb7 100644 --- a/assets/translations/tr.json +++ b/assets/translations/tr.json @@ -358,16 +358,16 @@ "other": "{} URL" }, "minute": { - "one": "{} Dakika", - "other": "{} Dakika" + "one": "{} dakika", + "other": "{} dakika" }, "hour": { - "one": "{} Saat", - "other": "{} Saat" + "one": "{} saat", + "other": "{} saat" }, "day": { - "one": "{} Gün", - "other": "{} Gün" + "one": "{} gün", + "other": "{} gün" }, "clearedNLogsBeforeXAfterY": { "one": "{n} log temizlendi (önce = {before}, sonra = {after})",