3 lines
271 B
JavaScript
3 lines
271 B
JavaScript
IntlMessageFormat.__addLocaleData({"locale":"hi","pluralRuleFunction":function (n,ord){if(ord)return n==1?"one":n==2||n==3?"two":n==4?"few":n==6?"many":"other";return n>=0&&n<=1?"one":"other"}});
|
|
IntlMessageFormat.__addLocaleData({"locale":"hi-IN","parentLocale":"hi"});
|