-
-
Notifications
You must be signed in to change notification settings - Fork 620
string.plural
starkos edited this page Apr 10, 2021
·
3 revisions
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.
A plural version of the provided string.
Premake 5.0 or later.
-- returns "projects"
pl = string.plural("project")
-- returns "stories"
pl = string.plural("story")