Displaying 1 result from an estimated 1 matches for "fragancias".
Did you mean:
fragancia
2006 Apr 10
5
Inflections.rb in spanish
Hi:
I have a problem with the plural of fracancia, I got fragancium but in
spanish is fragancia.
I modified inflections in environment.rb
Inflector.inflections do |i|
i.irregular ''fragancia'', ''fragancias''
end
but is ignored.
The solution that I found was comment this inflection on inflections.rb
#inflect.singular(/([ti])a$/i, ''\1um'')
Any idea?
thanks
P
--
Posted via http://www.ruby-forum.com/.