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
- Host: GitHub
- URL: https://github.com/kirchner/elm-cldr
- Owner: kirchner
- License: apache-2.0
- Created: 2017-11-27T21:43:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-08T15:49:00.000Z (about 8 years ago)
- Last Synced: 2025-04-13T22:08:43.397Z (about 1 year ago)
- Topics: cldr, elm, i18n, internationalization, localization
- Language: Elm
- Size: 946 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elm-cldr [](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.