From e2e6038291850d1f1005639ba435bce6a7db3e8d Mon Sep 17 00:00:00 2001 From: shimeoki Date: Wed, 30 Jul 2025 13:25:18 +0300 Subject: [PATCH] fix: lowercase in da.json --- assets/translations/da.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/translations/da.json b/assets/translations/da.json index 616ac27..f8ff618 100644 --- a/assets/translations/da.json +++ b/assets/translations/da.json @@ -358,16 +358,16 @@ "other": "{} URL'er" }, "minute": { - "one": "{} Minut", - "other": "{} Minutter" + "one": "{} minut", + "other": "{} minutter" }, "hour": { - "one": "{} Time", - "other": "{} Timer" + "one": "{} time", + "other": "{} timer" }, "day": { - "one": "{} Dag", - "other": "{} Dage" + "one": "{} dag", + "other": "{} dage" }, "clearedNLogsBeforeXAfterY": { "one": "Ryddet {n} log (før = {before}, efter = {after})",