This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
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








