UNPKG

430 BJavaScriptView Raw
1/* @generated */
2// prettier-ignore
3if (Intl.PluralRules && typeof Intl.PluralRules.__addLocaleData === 'function') {
4 Intl.PluralRules.__addLocaleData({"data":{"categories":{"cardinal":["one","other"],"ordinal":["other"]},"fn":function(n, ord) {
5 var s = String(n).split('.'), t0 = Number(s[0]) == n;
6 if (ord) return 'other';
7 return (n == 0 || n == 1) || (t0 && n >= 11 && n <= 99) ? 'one' : 'other';
8}},"locale":"tzm"})
9}