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