Humanizer
Humanizer copied to clipboard
Grammatical Cases for TimeSpan
For this issue assume the CultureInfo to be "de-DE"
1.Weeks().Humanize()
returns "Eine Woche".
This however is (for german) only one of multiple cases that I want as output. Sometimes I need different grammatical cases:
- in einer Woche (A point of time one week away)
- eine Woche (literally one week)
- eines Tages [werden wir etwas tun] (someday [we will do something])
I assume that other languages may also have this problem.
Could you please add the possibility to add a GrammaticalCase to the function call to receive a cased result, or provide a different method?
Did you find a solution?
@JFBM the best way to move forward would be to submit a pull request.