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

Fixed error in nb-NO resource file, added resource strings and added tests #137

Closed
wants to merge 6 commits into from

Conversation

henriksen
Copy link
Contributor

When counting "one", "ett" should be used instead of "et"

Added tests for TimeSpan in nb-NO

Added resource strings from Resources.resx that were missing from Resources.nb-NO.resx. Mostly the future dates (DateHumanize_*FromNow) and DateHumanize_Now

When counting "one",  "ett" should be used instead of "et"
Added some tests for timespan in nb-NO locale. Fixed ett/et errors in
the resource file
Added nb-NO localizations for the DateHumanize_*sFromNow that was
missing from the nb-NO resource file. Added tests to acompany the
settings.
[InlineData(1, "i morgen")]
[InlineData(10, "10 dager fra nå")]
[InlineData(28, "28 dager fra nå")]
[InlineData(32, "en måned fra nå")]
Copy link
Member

Choose a reason for hiding this comment

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

Thanks for adding the tests in. I am also a fan of boundary tests like you've done with 32. Good work.

@MehdiK
Copy link
Member

MehdiK commented Apr 9, 2014

Please add your PR to the release notes file. Thanks.

@henriksen
Copy link
Contributor Author

Removed redundant empty lines and updated release notes.

@MehdiK
Copy link
Member

MehdiK commented Apr 9, 2014

Merged. Thanks for the great work.

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

MehdiK commented Apr 9, 2014

Thanks for your contribution. This is now released to nuget as v1.18.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.

None yet

2 participants