akzhan / crystal-cldr

Crystal distribution of CLDR locale data for internationalization.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Crystal distribution of CLDR locale data for internationalization.

License:MIT License


Languages

Language:Crystal 97.9%Language:HTML 2.1%