UNPKG

642 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":["zero","one","two","few","many","other"]},"fn":function(n, ord) {
5 if (ord) return (n == 0 || n == 7 || n == 8 || n == 9) ? 'zero'
6 : n == 1 ? 'one'
7 : n == 2 ? 'two'
8 : (n == 3 || n == 4) ? 'few'
9 : (n == 5 || n == 6) ? 'many'
10 : 'other';
11 return n == 0 ? 'zero'
12 : n == 1 ? 'one'
13 : n == 2 ? 'two'
14 : n == 3 ? 'few'
15 : n == 6 ? 'many'
16 : 'other';
17}},"locale":"cy"})
18}