Vidhur Vohra 9d3cebc26a Updating to CLDR 32.0.1 8 лет назад
..
data cbb46634d9 initial commit 10 лет назад
README.md 07f042c310 add more notes to generate resources code. 10 лет назад
currency.tmpl 5e30685010 add regular currency logic 10 лет назад
generate_resources.go 9d3cebc26a Updating to CLDR 32.0.1 8 лет назад
locale_map.tmpl 8fdc8e15c9 add locale map generation for external mapping of locale to instance function. 10 лет назад
tests.tmpl 016991eda3 add generated tests 10 лет назад
translator.tmpl 720cad5fc9 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() 8 лет назад

README.md

Resources can be downloaded from http://cldr.unicode.org/index/downloads

extract them under the data folder in this directory.

If any errors, or problems with the CLDR rules are encountered I strongly encourage contributing to the CLDR project and/or adding the exceptions to generate_resources.go; any changes/fixes made directly to the generated locales will be rejected.