use the i18n and l11n data from cldr.unicode.org in elm
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
benchmarks
cldr-core @ 05931e1
cldr-misc-full @ 3007df6
cldr-numbers-full @ fff6c81
cldr-units-full @ 0b7c516
generated/Cldr
src
tests
.gitignore
.gitmodules
.travis.yml
LICENSE
Makefile
README.md
documentation.json
elm-package.json
generated.json
main.js
package-lock.json
package.json

README.md

elm-cldr Build Status

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.