Update the timeStyle in the TwitterCell DateFormatter from .short to .abbreviated
Uppercase the abbreviated timeLabel
🤔 Why
In some languages the .short timeStyle of the DateComponentsFormatter produces some long strings e.g. in Italian 1 Day becomes 1 giorno In the case of the tweet date time interval it is more appropriate to display an abbreviated timeStyle since we save space and it is common to do. Also Twitter itself uses that format
📲 What
timeStyle
in the TwitterCell DateFormatter from.short
to.abbreviated
🤔 Why
In some languages the
.short
timeStyle of theDateComponentsFormatter
produces some long strings e.g. in Italian 1 Day becomes 1 giorno In the case of the tweet date time interval it is more appropriate to display anabbreviated
timeStyle since we save space and it is common to do. Also Twitter itself uses that format👀 See
Screenshots, external resources?
Also
region
andlanguage
for reproducible tests