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
I have been looking for how to translate the date of messages such as "Just now" but I have only seen the prop: "dateString"
This works if the message is always at a fixed time, but if for example I want to put the "Just now" in other languages, I can use the same library that I have seen you use, "Timeago.js" and create a locale to translate it into Spanish for example. But since it appears as a string in the list, the value is not updated and even if 3 hours have passed since the message was written, the text will continue to be "Just now" or the one assigned to it in the message in the list as "dateString"
I think that for this to work correctly instead of "dateString" the prop should be "dateFormat" and be able to pass it the function that formats the desired date.
Is this correct or am I making a mistake about how to change the language in which the dates are displayed?
The text was updated successfully, but these errors were encountered:
I have been looking for how to translate the date of messages such as "Just now" but I have only seen the prop: "dateString"
This works if the message is always at a fixed time, but if for example I want to put the "Just now" in other languages, I can use the same library that I have seen you use, "Timeago.js" and create a locale to translate it into Spanish for example. But since it appears as a string in the list, the value is not updated and even if 3 hours have passed since the message was written, the text will continue to be "Just now" or the one assigned to it in the message in the list as "dateString"
I think that for this to work correctly instead of "dateString" the prop should be "dateFormat" and be able to pass it the function that formats the desired date.
Is this correct or am I making a mistake about how to change the language in which the dates are displayed?
The text was updated successfully, but these errors were encountered: