Skip to content
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

Danish translation #144

Closed
wants to merge 4 commits into from
Closed

Danish translation #144

wants to merge 4 commits into from

Conversation

JonasJensen
Copy link
Contributor

Added danish translation + tests.

[InlineData(1299630020, 3, "2 weeks, 1 dag, 1 time")]
[InlineData(1299630020, 4, "2 weeks, 1 dag, 1 time, 30 sekunder")]
[InlineData(1299630020, 5, "2 weeks, 1 dag, 1 time, 30 sekunder, 20 millisekunder")]
public void TimeSpanWithPrecesion(int milliseconds, int precesion, string expected)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't necessary here. In the main implementation I had to make sure that precisions work but once that's proven and you test your translations, the rest is just the implementation stitching the two together. So please remove this. Thanks.

@MehdiK
Copy link
Member

MehdiK commented Apr 9, 2014

Thanks for the contribution. I've added some comments to your code. Also it seems like some of your tests are red.

@JonasJensen
Copy link
Contributor Author

Made the changes you commented on. Was to trigger happy with the pull request, so forgot to run the tests.

@MehdiK
Copy link
Member

MehdiK commented Apr 9, 2014

Thanks for the fixes. Merged now.

@MehdiK MehdiK closed this Apr 9, 2014
Was using the wrong language code and fixed some spelling errors.
Changes text in TimeSpanWithPrecesion test.
@MehdiK
Copy link
Member

MehdiK commented Apr 10, 2014

Thanks for your great contribution. This is now released to NuGet as v1.19.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants