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

As far as I understand it the string "ListOfProducts" is already Dehumanized, so calling .Dehumanize() should basically have no effect, i.e. the output should equal the input in these cases....

In F#, the values passed to DateTime are doubles. For example: DateTime.UtcNow.AddDays(1.) (note it is '1.' and not '1') This makes the Humanizr DateTime fluent interface a bit awkward: let...

## Topic I wrote a version of `decimal.ToEnglishWords()` which compared to Humanizer's `long.ToWords()` current implementation appears to...1. be faster,2. allocate less memory,3. and work on `decimal` rather than just `long`...

Sorting things the way humans expect: Unsorted data: Item 6 Item 2 Item 10 Using standard string comparison ordering you get: Item 10 Item 4 Item 6 My users expect:...

Hello. Thank you for this great library. Simply run this code: var singular = "Databases".Singularize(); The result would be "Databasis". I just thought to report it back so you may...

Not sure if this fits in with the spirit of the library but is something I would find useful. Often when humanizing collections if the size of the collection is...

I'm currently having the following issue: I'm using Humanizer in a razor component running in a WebAssembly Blazor project. My component has a class `Localizer` which provides a CultureInfo. When...

First of all, awesome tool. I've found a problem trying to display 21,000 in spanish, which says "Veintiuno Mil", correctly has to return "Veintiún Mil". The same with 31,000 ->...

Humanizer NuGet assembly has Debug Metadata embedded: ![image](https://user-images.githubusercontent.com/5464660/124390560-d47c9f00-dcf4-11eb-93cb-41e709a94603.png)

Fixes #1049 Japanese single year translation. I am not a native Japanese speaker, so would be nice to get a confirmation that this is actually the correct way to translate...

localisation