Tags: darkzeroman/locales
Tags
Merge pull request go-playground#16 from nicola-spb/master Updated CLDR to 31.0.1; Added test for russian; Added methods Decimal…
Merge pull request go-playground#8 from go-playground/correct-en-fall… …back Correct english inheritance
Merge pull request go-playground#6 from go-playground/v30-cldr Update to CLDR v30.0.3
Correct some issues + Add Russian tests - corrected handling of single quite in date formats, index was off causing quotes to appear in text - corrected bug in plurals rules mod != rules were generating mod10 < 12 && mod10 >14, when it should be (mod10 < 12 || mod10 > 14) - added code to sort plural rules, no real issue just now print in order - override russian percent format CLDR contains space between # and % but should be no space. Russian tests were added, thanks @nikolay-turpitko. - updated tests to cover 100% of range rules.