-
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
added Czech localization (strings, formatter, tests) #130
Conversation
[InlineData(5, "5 milisekund")] | ||
[InlineData(6, "6 milisekund")] | ||
[InlineData(10, "10 milisekund")] | ||
public void Miliseconds(int number, string expected) |
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 misspelled. Should be Milliseconds
. Oh, the same is on your previous PR.
Hopefully fixed |
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. |
I rebased your work on top of upstream and tidied up a few things and pushed up. Please review the commits. |
This is now released as v1.17.1. Thanks. |
No description provided.