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
Yes! They are aliases and you can actually also use an Array or numeric keys to customize per-number. The thing we don't yet support is custom ranges. We'd love a PR exploring it!
FWIW someone mentioned on Twitter that it might be worth investigating ICU Message format, as react-intl uses. For our case this was deemed too large given the set of languages we support, but I'd love to have the ability to inject ICU support via a plugin model. The definitions are still just strings, but given an ICU plugin they could be extended to be full message templates.
At the moment, only
none
,one
andmany
are available. Are there any plans to allow pluralization for languages such as Czech?See http://www.unicode.org/cldr/charts/29/supplemental/language_plural_rules.html for reference.
The text was updated successfully, but these errors were encountered: