Based on help from this site, I was able to set up a display for the person’s age. But when I do something like <%= distance_of_time_in_words(DateTime.now, p.dob) %>, I get an invalidPliralizationData error, "translation data {:one=>"1 an", :many=>"{{count}} ans"} can not be used with :count => 30"
My yml file has all the translations for datetime:distance_in_words_… where … defines all the various possible occurrences.
Again help will be highly appreciated. All previous Google searches haven’t been fruitful
I think the hash keys are
:oneand:other(not:many). I suspect they chose this wording because:otheralso includes the zero case (?).Anyway, hope that helps!