https://github.com/akzhan/crystal-cldr
Crystal distribution of CLDR locale data for internationalization.
https://github.com/akzhan/crystal-cldr
crystal internationalization
Last synced: 12 months ago
JSON representation
Crystal distribution of CLDR locale data for internationalization.
- Host: GitHub
- URL: https://github.com/akzhan/crystal-cldr
- Owner: akzhan
- License: mit
- Created: 2017-06-18T10:38:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T07:40:53.000Z (over 8 years ago)
- Last Synced: 2025-02-01T09:21:54.765Z (about 1 year ago)
- Topics: crystal, internationalization
- Language: Crystal
- Size: 81.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# crystal-cldr [](https://travis-ci.org/akzhan/crystal-cldr) [](https://opensource.org/licenses/MIT)
Crystal distribution of CLDR locale data for internationalization.
## Installation
Add this to your application's `shard.yml`:
```yaml
dependencies:
cldr:
github: akzhan/crystal-cldr
```
## Usage
```crystal
require "cldr"
```
## Development
This module based on [JSON Data from the Unicode CLDR Project](https://github.com/unicode-cldr/cldr-json).
Generated code built way to avoid generating lots of allocas in LLVM, which makes LLVM really slow ([see details](https://github.com/crystal-lang/crystal/issues/4516#issuecomment-306226171)).
## 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](https://github.com/akzhan) Akzhan Abdulin - creator, maintainer