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
feat: display the reading time in a formatted for the locale (nodejs#7495)
* feat: display the reading time in a formatted for the locale
The display of the reading time for each page is currently based
on the assumption that the page is in English. This change makes
the Intl API is used to display the reading time in a format
appropriate for the locale of the translated language.
* maximumFractionDigits
0 commit comments