Humanizer icon indicating copy to clipboard operation
Humanizer copied to clipboard

Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities

Results 188 Humanizer issues
Sort by recently updated
recently updated
newest added

Would be awesome if we can translate 123,123,123.123 to 123.12M instead of 123.123123M

Hey there, I am working on some parsing functionality where I need to handle unstructured data and get it into a good format. Humanizer is *perfect* for normalizing this stuff...

It would be useful and consequent being able to override the default CultureInfo: Collections.Humanize(new CultureInfo("en")); ToWords() for instance supports overriding cultures. If we could have this for collections as well,...

I'd like to implement an Spanish implementation for the InflectorExtensions. I don't know if there is an ongoing work on this topic (the issue #132 is quite related to this)...

localisation

Odd behavior it's removing the decimal point Example "thisIs3.5mmLong".Titleize() => "This Is 3 5mm Long" Expect it to return "This Is 3.5mm Long" NET 7 Humanizer version 2.14.1

Why is there no option to capitalize every word INCLUDING conjunctions words? To.TitleCase does not capitalize such words as "and", "of" etc. I want every word to be capitalized. How...

Currently it seems that if we provide an unsupported culture to `someDate.Humanize(culture: someCulture)`, we may get back the UI culture - which could be english instead of e.g. hindi. How...

I am trying to use the DateTimeOffset.Humanize() method in a Xamarin.Forms application and specifying a cultureinfo that's different from the current OS culture (in this case "es," and "fr") but...

Hi! Regarding the magazine's issue date, I would like to get "today" or "yesterday" instead of "3 hours ago" or "15 hours ago". I do not want to have hours...