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 Italian localisation and tests #332

Closed
wants to merge 41 commits into from
Closed

Added Italian localisation and tests #332

wants to merge 41 commits into from

Conversation

BrainCrumbz
Copy link

Added date and time resources, collection formatter, number-to-words converters (cardinal and ordinal), ordinalizer.
We're just figuring out what to add in release_notes.md

Giuseppe Piscopo added 30 commits August 18, 2014 13:11
Comparing to english collection format, avoid last comma before default
separator.
Also: code formatting on base constructor invocation.
Also: rename identifiers in ItaliaCardinaNumberCruncher
@BrainCrumbz BrainCrumbz changed the title Added italian localisation and tests Added Italian localisation and tests Aug 28, 2014

var enumerable = collection as T[] ?? collection.ToArray();

int count = enumerable.Count();
Copy link
Member

Choose a reason for hiding this comment

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

Should be int count = enumerable.Length;

@BrainCrumbz
Copy link
Author

Not sure Github sends notifications for line notes. Edits proposed after review have been commited.

@MehdiK
Copy link
Member

MehdiK commented Sep 4, 2014

Haha, no it doesn't. Thanks for letting us know.

I'll try to review it tomorrow. Sorry it took me a while. It's been crazy
at work.
On 02/09/2014 8:19 PM, "BrainCrumbz" notifications@github.com wrote:

Not sure Github sends notifications for line notes. Edits proposed after
review have been commited.


Reply to this email directly or view it on GitHub
#332 (comment).

@MehdiK
Copy link
Member

MehdiK commented Sep 12, 2014

This has now been merged. Thanks.

@MehdiK MehdiK closed this Sep 12, 2014
@MehdiK
Copy link
Member

MehdiK commented Sep 12, 2014

This is now released to NuGet as v1.29.0. Thanks for the great contribution and your patience :)

@BrainCrumbz
Copy link
Author

More than welcome. Happy to contribute! :)

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.

4 participants