This is a simple code for a hack that tries to fix issue with Intl / ICU where incorrect plural gets selected if you are trying to select it with compact number. [Read more →][doc]
Unfortunately, we cannot use Intl.NumberFormat to perform this hack, we have to use a polyfill
version of it from @formatjs/intl-numberformat package, which exposes some vital for this hack
APIs. Namely, ComputeExponent and FormatNumericToString.

