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

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.