Francesc Esplugas wrote: > On Wed, May 13, 2009 at 8:56 AM, Michael Rigart > <[email protected]> wrote: > >> I need multilingual input in my models. Lets say you have a Product >> model. That product contains title, description and price. The price is >> allways the same, but the title and description need to be inputted in >> diffrent languages. > > I wrote a plugin to solve the same problem you have. > > http://github.com/fesplugas/simplified_translation/tree/master > > Hope that helps.
Hi Francesc, it looked good till I started reading further. I saw that you need to define every language that you want to support in your attributes. The thing I wanted to do is make sure that the list of supported languages is dynamic. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

