From 3ff255b3f75d3c2d860ccd84aa06032f840ce0e6 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Mon, 13 Jun 2022 21:08:22 +0200 Subject: refactor: Introduce templated translation string for getting logged time today string --- apps/projects/src/app/lib/i18n/en/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/projects/src/app/lib/i18n/en') diff --git a/apps/projects/src/app/lib/i18n/en/index.ts b/apps/projects/src/app/lib/i18n/en/index.ts index 9d74481..a85af7b 100644 --- a/apps/projects/src/app/lib/i18n/en/index.ts +++ b/apps/projects/src/app/lib/i18n/en/index.ts @@ -101,13 +101,12 @@ const en: BaseTranslation = { use: "Use", }, home: { - hourSingleChar: "h", - minSingleChar: "m", confirmDeleteEntry: "Are you sure you want to delete this entry?", newEntry: "New entry", editEntry: "Edit entry", deleteEntry: "Delete entry", loggedTimeToday: "Logged time today", + loggedTimeTodayString: "{hours}h{minutes}m", currentTime: "Current time", loading: "Loading", stopwatch: "Stopwatch", -- cgit v1.3