I got this in my person.rb: def him_or_her h = "him" if gender == "male" h = "her" if gender == "female" h end
Is it possible to translate "him" and "her"? -- http://www.home.no/reddvinylene --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
