GitXplorerGitXplorer
a

crystal-cldr

public
2 stars
1 forks
1 issues

Commits

List of commits on branch master.
Unverified
46194d97c3a01dcb4dffedc70ae17bda7be958c1

Update Changelog.

aakzhan committed 8 years ago
Unverified
1697ee639492d68b30b52cc153d685d31e203112

Cldr:::Core.supplemental.plurals_type_ordinal added.

aakzhan committed 8 years ago
Unverified
7f2984431a537367fc3b6fbb583e960f862a7553

Cldr:::Core.supplemental.plurals_type_cardinal added.

aakzhan committed 8 years ago
Unverified
55c0f3b0d0f28d64815d66874dcc547a6018bf11

Describe numbering_systems return type.

aakzhan committed 8 years ago
Unverified
7a7410db784021d6403b312f5ac00e7cf43fd638

Cldr:::Core.supplemental.likely_subtags added.

aakzhan committed 8 years ago
Unverified
e0d96488120d78fdd452ae15fa21597b0fa81115

Describe way we built the generated code to avoid a lot of allocas.

aakzhan committed 8 years ago

README

The README file for this repository.

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