Crystal distribution of CLDR locale data for internationalization.
Add this to your application's shard.yml
:
dependencies:
cldr:
github: akzhan/crystal-cldr
require "cldr"
This module based on JSON Data from the Unicode CLDR Project.
Generated code built way to avoid generating lots of allocas in LLVM, which makes LLVM really slow (see details).
- Fork it ( https://github.com/akzhan/crystal-cldr/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- akzhan Akzhan Abdulin - creator, maintainer