cldr

Version, currently master branch1 version
  • master branchlatestJun 27, 2017

github.com/akzhan/crystal-cldr

Crystal distribution of CLDR locale data for internationalization.

2 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  cldr:
    github: akzhan/crystal-cldr
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.22.0+138
License
MIT
Author
Akzhan Abdulin

Dependencies

This version declares no dependencies.

README

crystal-cldr Build Status License: MIT

Crystal distribution of CLDR locale data for internationalization.

Installation

Add this to your application's shard.yml:

dependencies:
  cldr:
    github: akzhan/crystal-cldr

Usage

require "cldr"

Development

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).

Contributing

  1. Fork it ( https://github.com/akzhan/crystal-cldr/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • akzhan Akzhan Abdulin - creator, maintainer