Humanizer
Humanizer copied to clipboard
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
If you use .ToClockNotation on a TimeOnly object created with german culture it still returns the english time definition. Like: 08:30 becomes "half past acht". (The number is correctly translated...
Hi, I've created a POC project for my workplace, and that piece of work is going ahead now. Our current app supports the Welsh language so looking to see if/...
I've updated the README to enhance clarity and accuracy. Key changes include: - Corrected spelling and grammar. - Updated supported frameworks and installation instructions. These improvements make the README more...
I have a Net MAUI 8 app, and I'm using Humanizer.Core and Humanizer.Core.es V2.14.1 and I only have one resource file I have enums like this `public enum WorkType {...
Web browsers (at least Firefox and Chromium) only send th in the Accept-Language header, leading ASP.NET to select it as the current culture. This leads to Humanizer failing to find...
Hi, The title pretty much sums it up. It doesn’t require a certain context, just call “S”.Singularize() and it will throw the exception.
Hello I'm using `2.ToOrdinalWords()` to get `second`. Now I need to give `second` and get `2`. I need: ``` var ordinalWord = "second"; var ordinalNumber = ordinalWord.FromOrdinalWord(); Console.Log(ordinalNumber); // prints...
Here is a checklist you should tick through before submitting a pull request: - [X] Implementation is clean - [X] Code adheres to the existing coding standards; e.g. no curlies...
Using the packages from the [latest CI build](https://dev.azure.com/dotnet/Humanizer/_build/results?buildId=110432&view=results) in an application using Humanizer that I'm trying to get published using native AoT, there's a single remaining warning when targeting `net9.0`:...
… 1 and other negative numbers, added tests to make sure changes worked. Here is a checklist you should tick through before submitting a pull request: - [X] Implementation is...