Returns a plural version of the provided string.
pl = string.plural("str")
str
is the string to be made plural.
A plural version of the provided string.
Premake 5.0 or later.
-- returns "projects"
pl = string.plural("project")
-- returns "stories"
pl = string.plural("story")