8000 Tags · darkzeroman/locales · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: darkzeroman/locales

Tags

v0.11.2

Toggle v0.11.2's commit message
Merge pull request go-playground#16 from nicola-spb/master

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

v0.11.1

Toggle v0.11.1's commit message
Merge pull request go-playground#8 from go-playground/correct-en-fall…

…back

Correct english inheritance

v0.11.0

Toggle v0.11.0's commit message
Merge pull request go-playground#6 from go-playground/v30-cldr

Update to CLDR v30.0.3

v0.10.3

Toggle v0.10.3's commit message
update README version

v0.10.2

Toggle v0.10.2's commit message
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.

v0.10.0

Toggle v0.10.0's commit message
add generated tests

- tests are all setup, just need persons with locale knowledge to fill in the actual test cases.

v0.9.1

Toggle v0.9.1's commit message
Merge branch 'bytes-to-string'

v0.9.0

Toggle v0.9.0's commit message
Update README.md

remove go report card badge as this library is too much for it, it times out before tests can complete.
0