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

https://github.com/kirchner/elm-cldr

use the i18n and l11n data from cldr.unicode.org in elm
https://github.com/kirchner/elm-cldr

cldr elm i18n internationalization localization

Last synced: 5 months ago
JSON representation

use the i18n and l11n data from cldr.unicode.org in elm

Awesome Lists containing this project

README

          

# elm-cldr [![Build Status](https://travis-ci.org/kirchner/elm-cldr.svg?branch=master)](https://travis-ci.org/kirchner/elm-cldr)

The submodules for each locale (e.g. `Translation.En`, ...) are automatically
generated. To generate them on your own, run

```
$ npm install
$ make
```

You need to have `elm-format` installed.