@@ -366,9 +366,8 @@ func (po *Po) pluralForm(n int) int {
/* Use the Germanic plural rule. */
ifn==1{
return0
}else{
return1
}
return1
}
returnpo.pluralforms.Eval(uint32(n))
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.