pluralise

fun pluralise(amount: Int, noun: String): String

Converts the singular term of the noun into plural.

Return

Pluralised noun

Parameters

amount

Amount of the noun.

noun

The noun