From fb90ba7531f75ae4770e031629cb75e5bf673ac1 Mon Sep 17 00:00:00 2001 From: Paul Makles <paulmakles@gmail.com> Date: Tue, 21 Jul 2020 13:37:01 +0200 Subject: [PATCH] Use dayjs strings directly. --- en.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/en.json b/en.json index 1eb1cff..0b296db 100644 --- a/en.json +++ b/en.json @@ -44,10 +44,11 @@ } }, "dayjs": { - "lastDay": "Yesterday at", - "sameDay": "Today at", - "nextDay": "Tomorrow at", - "last": "Last", - "at": "at" + "lastDay": "[Yesterday at] LT", + "sameDay": "[Today at] LT", + "nextDay": "[Tomorrow at] LT", + "lastWeek": "[Last] dddd [at] LT", + "nextWeek": "dddd [at] LT", + "sameElse": "L" } } \ No newline at end of file -- GitLab