Bluesky app fork with some witchin' additions 馃挮

change dot-separated time style again (#9493)

authored by samuel.fm and committed by GitHub c68e5e82 8637ba75

Changed files
+1 -1
src
lib
strings
+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 }