Hello,
I''m writing an app that needs a simple localization system. I thought
it would be enough to have localized templates (like rendering
show.en.html.haml when the requested action is show and the current
locale is set to en) without all the complex features that i18n
plugins have.
Since I was unable to find a plugin that works on edge I decided to
write some code on my own. I think it shouldn''t be a lot of work so
I''m asking for some guidance - I''m not familiar with the
ActionView
internals and I don''t want to write unnecessary code. Where should I
start?
Cheers,
Miha
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---