UNPKG

363 BJavaScriptView Raw
1/* @generated */
2// prettier-ignore
3if (Intl.PluralRules && typeof Intl.PluralRules.__addLocaleData === 'function') {
4 Intl.PluralRules.__addLocaleData({"data":{"categories":{"cardinal":["one","two","other"],"ordinal":["other"]},"fn":function(n, ord) {
5 if (ord) return 'other';
6 return n == 1 ? 'one'
7 : n == 2 ? 'two'
8 : 'other';
9}},"locale":"smi"})
10}