Releases: thecodeah/pawn-humanize
Releases · thecodeah/pawn-humanize
Patch v1.1.1
Release v1.1.0
- Fixed HumanizeOrdinal function (21th -> 21st etc.)
- Added HumanizeNumber function
1000 -> "one thousand"
1234 -> "one thousand two hundred thirty-four"
-1234 -> "minus one thousand two hundred thirty-four"
- Renamed HumanizeComma -> HumanizeThousand and added optional delimiter argument
HumanizeThousand(integer, dest[], maxLength = sizeof dest, delimiter[] = ",")
Initial release
v1.0 Initial release v1.0