UNPKG

596 BJavaScriptView Raw
1/* @generated */
2// prettier-ignore
3if (Intl.PluralRules && typeof Intl.PluralRules.__addLocaleData === 'function') {
4 Intl.PluralRules.__addLocaleData({"data":{"categories":{"cardinal":["one","two","few","other"],"ordinal":["other"]},"fn":function(n, ord) {
5 var s = String(n).split('.'), i = s[0], f = s[1] || '', v0 = !s[1], i100 = i.slice(-2), f100 = f.slice(-2);
6 if (ord) return 'other';
7 return v0 && i100 == 1 || f100 == 1 ? 'one'
8 : v0 && i100 == 2 || f100 == 2 ? 'two'
9 : v0 && (i100 == 3 || i100 == 4) || (f100 == 3 || f100 == 4) ? 'few'
10 : 'other';
11}},"locale":"hsb"})
12}