humanize icon indicating copy to clipboard operation
humanize copied to clipboard

README.md has typo

Open tobias- opened this issue 7 years ago • 0 comments

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");

tobias- avatar Jan 23 '19 15:01 tobias-