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

added Czech localization (strings, formatter, tests) #130

Closed
wants to merge 8 commits into from
Closed

added Czech localization (strings, formatter, tests) #130

wants to merge 8 commits into from

Conversation

igorkulman
Copy link
Contributor

No description provided.

[InlineData(5, "5 milisekund")]
[InlineData(6, "6 milisekund")]
[InlineData(10, "10 milisekund")]
public void Miliseconds(int number, 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 is misspelled. Should be Milliseconds. Oh, the same is on your previous PR.

@igorkulman
Copy link
Contributor Author

Hopefully fixed

@MehdiK
Copy link
Member

MehdiK commented Apr 6, 2014

Thanks.

Will add this in; but need to extract the Verify method and apply the time passing by fix before I can merge this as it fails every now and then.

@MehdiK
Copy link
Member

MehdiK commented Apr 6, 2014

I rebased your work on top of upstream and tidied up a few things and pushed up. Please review the commits.

@MehdiK MehdiK closed this Apr 6, 2014
@MehdiK
Copy link
Member

MehdiK commented Apr 6, 2014

This is now released as v1.17.1. Thanks.

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.

None yet

2 participants