-
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 pt-BR NumberToWords localisation #194
Conversation
…e language Name aswell. This is needed for languages that can be ambiguous in Two Letter ISO Code (pt-BR, pt-PT both have 'pt' Two Letter ISO code).
…e language Name aswell. This is needed for languages that can be ambiguous in Two Letter ISO Code (pt-BR, pt-PT both have 'pt' Two Letter ISO code).
…factories. Better NumerToWordsFactoryTests formatting.
|
||
namespace Humanizer.Tests.Localisation | ||
{ | ||
public class NumberToWordsFactoryTests |
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.
I don't think this class provides much benefit as everything asserted here is already being tested much more thoroughly elsewhere. So removing it.
This is merged now. Thanks a lot for fixing the issues and adding the smarter factory. I made a few small changes that I'd appreciate if you could review. The commit can be found here. |
This is now published to NuGet as v1.21.1. Thanks. |
No description provided.