locale.cr
Bindings to locale.h C library.
Installation
- Add the dependency to your
shard.yml
:
dependencies:
locale:
github: light-side-software/locale.cr
- Run
shards install
Usage
require "locale"
LibC.setlocale(LibC::LC_ALL, "")
Contributing
- Fork it (https://github.com/light-side-software/locale.cr/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
Contributors
- Tamás Szekeres - creator and maintainer