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

Updated CLDR to 31.0.1; Added test for russian; Added methods Decimal… #16

Merged
merged 1 commit into from
Oct 14, 2017

Conversation

nicola-spb
Copy link

Updated CLDR to 31.0.1;
Added test for russian;
Added methods Decimal, Group, Minus;
Refactoring: replaced
l := len(s) + 0 + 0*len(s[:len(s)-int(v)-1])/3 => l := len(s) + 0;
t.Year()*-1 => -t.Year()

…, Group, Minus; Refactoring: replaced l := len(s) + 0 + 0*len(s[:len(s)-int(v)-1])/3 => l := len(s) + 0; t.Year()*-1 -> -t.Year()
@deankarn
Copy link
Contributor

Wow thanks @nicola-spb

I was literally in the middle of responding to your issues when this PR came in! I will review as soon as I can, hopefully within the next couple days at the latest.

I’ve been meaning to give this package some TLC I want to move it to use the CLDR JSON repos on github instead of the XML, but just haven’t been able to find the time.

@deankarn deankarn merged commit e4cbcb5 into go-playground:master Oct 14, 2017
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.

2 participants