Hi, I've been playing around with I18n in RoR 2.2 and the globalize plugin for a few days and I'm wondering if there's an easy way to set more than one translation in a single form.
Let's say I have a model Post and I'd like to have the title and the content translated in french and english. Is there a simple way to have a form with fields for title (french), title (english), content (french) and content (english) and that the controller when receiving the params[:post] would know how to set the translations? It seems to me kind of weird to have to reload the form with a diferrent locale to set the translations. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "rails-i18n" 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/rails-i18n?hl=en -~----------~----~----~----~------~----~------~--~---
