react-intl plurals and select

I gotta say I love react-intl plural support for internationalizations.

Its easy to use and works

e.g. "Top {num}% of customers in the past {period} {period, plural, one {month} other {months}}"


The `{select}` feature is pretty cool too. Can use for either or choices as well as multiples.




Comments

Popular posts from this blog

My Reading Lists

typescript notes (typeof, keyof, ReturnType, Parameters, Extract)

react-select stacking order bug, z-index, layers and stacking