aboutsummaryrefslogtreecommitdiffstats
path: root/apps/projects/src/app/lib/i18n/en
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-06-13 21:08:22 +0200
committerivarlovlie <git@ivarlovlie.no>2022-06-13 21:08:22 +0200
commit3ff255b3f75d3c2d860ccd84aa06032f840ce0e6 (patch)
treea693e36f007e5e4f3c20ecfffc91b2f2ad77b0ce /apps/projects/src/app/lib/i18n/en
parent39735309b2f2831ea8fe94104139fa0e9f6ace56 (diff)
downloadgreatoffice-3ff255b3f75d3c2d860ccd84aa06032f840ce0e6.tar.xz
greatoffice-3ff255b3f75d3c2d860ccd84aa06032f840ce0e6.zip
refactor: Introduce templated translation string for getting logged time today string
Diffstat (limited to 'apps/projects/src/app/lib/i18n/en')
-rw-r--r--apps/projects/src/app/lib/i18n/en/index.ts3
1 files changed, 1 insertions, 2 deletions
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",