humanize
humanize copied to clipboard
README.md has typo
Under "Pluralize MessageFormat", the last parameter should be {0}, not {2}. ie
MessageFormat msg = pluralizeFormat("There {0} on {1}.::are no files::is one file"
+ "::are {0} files");