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.
⚠️ We have a new website! Visit now for the most update to date documentation. This wiki is no longer being maintained.
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")