From f97c12bf56c69be155bf34a045dc206d337d9d98 Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Wed, 14 Jan 2026 23:38:46 +0100 Subject: [PATCH] feat(settings/clock/time): fill english i18n keys --- i18n/locales/en.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/i18n/locales/en.json b/i18n/locales/en.json index 6ae7fc9..77c4838 100644 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -38,6 +38,11 @@ "date": { "title": "Date", "description": "Today's date." + }, + + "time": { + "title": "Time", + "description": "Current time." } }, "user": {