public
Description: Integrate ruby-gettext in your app doing (mostly) nothing
Homepage:
Clone URL: git://github.com/davidbarral/localization-with-gettext.git
name age message
file MIT-LICENSE Loading commit data...
file README
file init.rb
directory lib/
directory tasks/
README
Localization With Gettext (WORK IN PROGRESS)
=========================

Integrate ruby-gettext (http://www.yotabanana.com/hiki/ruby-gettext.html) in 
your rails app painlessly.

Install the plugin and add the following lines to your routes:

  # Language ISO Code in the url
  map.connect ':locale/:controller/:action/:id'     
  map.connect ':locale/:controller/:action/:id.:format'

Plugin can be configured through an initializer using the 
LocalizationWithGettext.config object.


This plugin works fine with the localized_url_helpers plugin 
(http://www.artweb-design.de/2007/5/13/concise-localized-rails-url-helpers-solved-twice)
which is a must when localizing.

Copyright (c) 2008 Trabe Soluciones (www.trabesoluciones.com), 
released under the MIT license