From 8836b8bfb01d64569711752fba33589bf06ad7f3 Mon Sep 17 00:00:00 2001 From: Glenn de Haan Date: Mon, 1 Dec 2025 18:35:01 +0100 Subject: [PATCH] New translations time.json (German) --- locales/de/time.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/locales/de/time.json b/locales/de/time.json index a00c926..8bfbb8e 100644 --- a/locales/de/time.json +++ b/locales/de/time.json @@ -1,8 +1,8 @@ { "minute": "minute", - "minutes": "minuten", - "hour": "std", - "hours": "std", - "day": "tag", - "days": "tage" + "minutes": "Minuten", + "hour": "Stunde", + "hours": "Stunden", + "day": "Tag", + "days": "Tage" }