Open kumarharsh opened 6 years ago
In the Readme, it's mentioned that:
fmt.Println(l.OrdinalPluralRule(21, 0)) // 21st fmt.Println(l.OrdinalPluralRule(22, 0)) // 22nd fmt.Println(l.OrdinalPluralRule(33, 0)) // 33rd fmt.Println(l.OrdinalPluralRule(34, 0)) // 34th
But the actual output is:
One Two Few Other
In the Readme, it's mentioned that:
But the actual output is: