You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to show dates and times as they appear in the Zeplin Screen below (see the four different locations), we will need to update our code that calls humanize.
Note: In this Zeplin Screen there is a time since last refresh that appears next to the refresh icon and a time since last source message that appears in 3 different locations: the source list for each entry, the bottom of the last message in the conversation view, and the title bar of the conversation view.
The text was updated successfully, but these errors were encountered:
Description
To format dates and times in the client, we use arrow, which supports a growing list of contributed locales (see https://github.com/crsmithdev/arrow/blob/master/arrow/locales.py). We currently use (humanize)[https://arrow.readthedocs.io/en/latest/#humanize] to format all of our times.
In order to show dates and times as they appear in the Zeplin Screen below (see the four different locations), we will need to update our code that calls
humanize
.Note: In this Zeplin Screen there is a time since last refresh that appears next to the refresh icon and a time since last source message that appears in 3 different locations: the source list for each entry, the bottom of the last message in the conversation view, and the title bar of the conversation view.
The text was updated successfully, but these errors were encountered: