UNPKG

381 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":["other"]},"fn":function(n, ord) {
5 var s = String(n).split('.'), v0 = !s[1];
6 if (ord) return 'other';
7 return n == 1 && v0 ? 'one' : 'other';
8}},"locale":"ur"})
9}