Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/magicienap/cldr

cldr is a library to use information from CLDR data.
https://github.com/magicienap/cldr

Last synced: 3 months ago
JSON representation

cldr is a library to use information from CLDR data.

Awesome Lists containing this project

README

        

# cldr
> cldr is a library to use information from [CLDR](http://cldr.unicode.org/) data.

## Plural Rules

To extract the plural rules from CLDR data, you need the file `common/supplemental/plurals.xml` from the core archive. Then, use `Cldr.PluralRules.Extract.from("path/to/plurals.xml")`.