We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Returns a plural version of the provided string.
pl = string.plural("str")
str is the string to be made plural.
str
A plural version of the provided string.
Premake 5.0 or later.
-- returns "projects" pl = string.plural("project") -- returns "stories" pl = string.plural("story")