UNPKG

@formatjs/intl-pluralrules

Version:
9 lines (8 loc) 343 B
/* @generated */ // prettier-ignore if (Intl.PluralRules && typeof Intl.PluralRules.__addLocaleData === 'function') { Intl.PluralRules.__addLocaleData({"data":{"categories":{"cardinal":["one","other"],"ordinal":["other"]},"fn":function(n, ord) { if (ord) return 'other'; return (n == 0 || n == 1) ? 'one' : 'other'; }},"locale":"mg"}) }