Air18n

Rails plugin for amazing internationalization.

Installation and Usage

For Airbnb users, see wiki page: https://github.com/airbnb/airbnb/wiki/How-to-internationalize-your-app

How to add release a new version

Ask Jason, Spike, or Sri to run:

gem owner air18n --add [email protected]

where "[email protected]" is the email address associated with your RubyGems account. If you don't have a RubyGems account, make one, and also follow the instructions under "API Access" on the RubyGems "Edit Profile" page.

When developing air18n you can point monorail or another app using it to use your local changes like this in the app's Gemfile:

gem 'air18n',               :path => '~/Code/air18n'

Then bundle install.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request