Intl.PluralRules
Input
Output
cardinal
{
	value: 1,
	type: "cardinal"
}
one
{
	value: 2,
	type: "cardinal"
}
other
{
	value: 20,
	type: "cardinal"
}
other
localeMatcher
{
	value: 1,
	type: "cardinal",
	localeMatcher: "best fit"
}
one
{
	value: 2,
	type: "cardinal",
	localeMatcher: "lookup"
}
other