From e3eaebc4cbb4f97abfdc4db4957a68b60f6ae5fe Mon Sep 17 00:00:00 2001 From: PartyDonut Date: Mon, 27 Oct 2025 13:23:24 +0100 Subject: [PATCH] Translated using Weblate (Dutch) Currently translated at 100.0% (518 of 518 strings) Translation: DonutWare/Fladder Translate-URL: https://hosted.weblate.org/projects/fladder/fladder/nl/ --- lib/l10n/app_nl.arb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/l10n/app_nl.arb b/lib/l10n/app_nl.arb index 1ba028c..fc1c565 100644 --- a/lib/l10n/app_nl.arb +++ b/lib/l10n/app_nl.arb @@ -1510,5 +1510,15 @@ "type": "int" } } + }, + "formattedTime": "{time}", + "@formattedTime": { + "description": "Formatted time", + "placeholders": { + "time": { + "type": "DateTime", + "format": "jm" + } + } } }