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
What do you think about using Intl.DateTimeFormat and Intl.RelativeTimeFormat instead of dayjs.locale? It is an embedded ECMAScript internationalization API.
In comparison to a full rewrite of dayjs.locale, using an embedded tool can reduce the cost of implementation and support.
Objective
The part of work to remove the dependency of dayjs has already been done. The part related to i18n remains.
Solution Proposal
The text was updated successfully, but these errors were encountered: