Skip to content
kwi edited this page Sep 14, 2010 · 8 revisions

As a gem :

gem install i18n_routing

Then:

for Rails2, in your config/environment.rb :

config.gem 'i18n_routing'

for Rails3, in your Gemfile :

gem 'i18n_routing'

As a Rails plugin :

In your rails plugins folder :

git clone git://github.com/kwi/i18n_routing.git

Be sure to have a recent vesion of the i18n gem installed :

gem install i18n

Currently rails version supported :

  • Rails 2 series from 2.2.x and superior
  • Rails 3 edge