Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/space-pirates-llc/locale_kit

Improve locales convention of Rails
https://github.com/space-pirates-llc/locale_kit

i18n plugin rails ruby

Last synced: 20 days ago
JSON representation

Improve locales convention of Rails

Awesome Lists containing this project

README

        

# LocaleKit

[![Gem](https://img.shields.io/gem/v/locale_kit.svg)](https://rubygems.org/gems/locale_kit)
[![Downloads](https://img.shields.io/gem/dt/locale_kit.svg)](https://rubygems.org/gems/locale_kit)
[![CircleCI](https://img.shields.io/circleci/project/github/space-pirates-llc/locale_kit.svg)](https://circleci.com/gh/space-pirates-llc/locale_kit)
[![Coveralls](https://img.shields.io/coveralls/space-pirates-llc/locale_kit.svg)](https://coveralls.io/github/space-pirates-llc/locale_kit)

Provides new convention of locales and useful generators for Rails components.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'locale_kit'
```

Download and install by running:

```bash
$ bundle install
```

Initialize the `app/locales` directory with:

```bash
$ ./bin/rails locale_kit:install
```

## Contributing

1. Fork it ( https://github.com/space-pirates-llc/locale_kit/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

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).