Closed jyasskin closed 7 months ago
Whether "this minute" is better than "now" is debatable, but I feel like that debate should happen in the CLDR data that drives
Intl.RelativeTimeFormat.format(0, 'minute')
rather than in this library.
Totally agree.
This turns "now" into "today", "this month", "this hour", etc.
Fixes #279.
Whether "this minute" is better than "now" is debatable, but I feel like that debate should happen in the CLDR data that drives
Intl.RelativeTimeFormat.format(0, 'minute')
rather than in this library.