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" + } + } } }