It's always getting "5 clicks" on the screen. The React Intl documentation is so poor and so bad API design. How come this would give us '5 clicks' as always.
Any other i18n lib recommended for React?
<IntlProvider locale={locale} messages={messages} defaultLocale="en-US">
<FormattedPlural value={0} zero="no click" one="1 click" other="5 clicks" />
<IntlProvider/>