UNPKG

463 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":["one","two","few","many","other"]},"fn":function(n, ord) {
5 if (ord) return n == 1 ? 'one'
6 : (n == 2 || n == 3) ? 'two'
7 : n == 4 ? 'few'
8 : n == 6 ? 'many'
9 : 'other';
10 return n >= 0 && n <= 1 ? 'one' : 'other';
11}},"locale":"gu"})
12}