-
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
Add Slovenian number to words. #247
Conversation
@@ -0,0 +1,81 @@ | |||
using System.Collections.Generic; | |||
|
|||
namespace Humanizer.Localisation.NumberToWords { |
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.
Please format the code so the curlies are on new lines
You have a few failing tests. You may check out the TeamCity notification for more details. |
Fixed the code style issues. Also checked Team City. Seems like there are some problems with Slovenian special characters on the CI server: This is the line of code from the test
Interestingly the tests I added before for DataHumanizeTests also have the same character but it works fine there. |
Probably the problem with file encoding, please save localisation-aware |
That seemed to work, thanks for the info! Had to save the file from notepad++, I couldn't get it to work from Visual Studio. |
Thanks guys. Merged now! |
This is now available on NuGet as v1.25.4. |
No description provided.