-
Notifications
You must be signed in to change notification settings - Fork 966
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
Conversation
Comparing to english collection format, avoid last comma before default separator.
Also: code formatting on base constructor invocation.
Also: rename identifiers in ItaliaCardinaNumberCruncher
|
||
var enumerable = collection as T[] ?? collection.ToArray(); | ||
|
||
int count = enumerable.Count(); |
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.
Should be int count = enumerable.Length;
Not sure Github sends notifications for line notes. Edits proposed after review have been commited. |
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
|
This has now been merged. Thanks. |
This is now released to NuGet as v1.29.0. Thanks for the great contribution and your patience :) |
More than welcome. Happy to contribute! :) |
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