diff --git a/lib/l10n/app_uk.arb b/lib/l10n/app_uk.arb index ade301e..4cac748 100644 --- a/lib/l10n/app_uk.arb +++ b/lib/l10n/app_uk.arb @@ -1517,5 +1517,15 @@ "type": "int" } } + }, + "formattedTime": "{time}", + "@formattedTime": { + "description": "Formatted time", + "placeholders": { + "time": { + "type": "DateTime", + "format": "jm" + } + } } }