+1
-1
src/lib/strings/time.ts
+1
-1
src/lib/strings/time.ts
···
12
12
return i18n._(
13
13
msg({
14
14
context: 'date and time formatted like this: [time] 路 [date]',
15
-
message: `${i18n.date(d, {timeStyle: 'short'})} 路 ${i18n.date(d, {day: 'numeric', month: 'numeric', year: '2-digit'})}`,
15
+
message: `${i18n.date(d, {timeStyle: 'short'})} 路 ${i18n.date(d, {dateStyle: 'medium'})}`,
16
16
}),
17
17
)
18
18
}