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've been using intl-messageformat but it does more than what I need and didn't allow for customised message formats like {myValue, relative} or {myValue, number, maximumFractionDigits=2}. My final implementation is faster, more featureful and easier to understand.
Thanks for making this code public!
The text was updated successfully, but these errors were encountered:
I've been using intl-messageformat but it does more than what I need and didn't allow for customised message formats like
{myValue, relative}
or{myValue, number, maximumFractionDigits=2}
. My final implementation is faster, more featureful and easier to understand.Thanks for making this code public!
The text was updated successfully, but these errors were encountered: