Humanizer
Humanizer copied to clipboard
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
- Introduce the `"TimeSpanHumanize_Age"` resource, which indicates how to format a humanized TimeSpan as an age expression, when the two differ. - Add the `Resources.TryGetResource()` method, which tries to retrieve...
When you want to humanize the `DateOnly` that has current date return 'now'.it's better to return 'today'. 'now' Word referee current date and time but 'today' referee only current date
I would like that instead of this - 1 days, 2 hours, 3 minutes It will produce this - 1d 2h 3m That is, to shorten the resulting string. It's...
Is it possible to print internal standard time units (http://www.ewh.ieee.org/soc/ias/pub-dept/abbreviation.pdf) instead of long units ('s' instead of 'second', 'h' instead of 'hour')?
- Adapt code so that mid-sentence punctuation is kept when humanizing to a sentence - Split a regex into simpler constituent parts, easier to reason about - Add tests Fixes...
In version 2.6.2 For one user we are getting a System.ArgumentException: The resource object with key 'DateHumanize_MultipleHoursAgo' was not found Parameter name: resourceKey The user is having his UI set...
#1080 Adds partial support for `TimeOnly`, to display it in terms of differences, we should have a way to turn a `TimeOnly` value into something more natural, like clock time.
Hi, I am trying to pass tests to submit a PR. Following the comment found in issue #1156 [(1156#issuecomment-1001682012)](https://github.com/Humanizr/Humanizer/issues/1156#issuecomment-1001682012), I can't either pass Kurdish tests when I run build.ps1 or...
Hi there, I don't have much experience with Humanizer so maybe I can't find it but it would seem there is no way currently to present data rates int bits/s...
See https://github.com/Humanizr/Humanizer/pull/1177