UNPKG

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