-
Notifications
You must be signed in to change notification settings - Fork 965
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add German localisation for ToOrdinalWords and Ordinalize #257
Conversation
public OrdinalizeTests() : base("de-DE") { } | ||
|
||
[Theory] | ||
[InlineData("0", "0.")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a strange rule!
This is now released to NuGet as v1.26.1. Thanks for the addition. |
BTW, @MehdiK, I always wanted to ask, why version is x.yy.1 when you bump minor (yy)? |
Not always. The last release was 1.25.4 for example; but it's true to a On Tue, May 20, 2014 at 11:21 PM, Alexander Zaytsev <
|
I think the question was why not x.yy.0 when you bump the minor :) |
@mexx got it right. |
It's a good question and the answer is the power of defaults. TeamCity On Wed, May 21, 2014 at 9:00 AM, Alexander Zaytsev <notifications@github.com
|
No description provided.