I have the following problem, I have some error messages on my system, but when there are accents in the messages, the humanize does not apply to these characters, I tried to use the gem 'brazilian-rails'
, but since it is discontinued, some bugs happened in my system.
Example of my error:
"Número É muito longo (máximo: 9 caracteres)"
Even with the humanize, the is still upper case.
I use Rails 3.2.15