1
I have the following problem, I have some error messages in my system, but when there are accents in the messages, humanize does not apply to these characters, I tried to use the gem 'brazilian-rails'
, however as it is discontinued, eventually some bugs happened in my system.
Example of my mistake:
"Número É muito longo (máximo: 9 caracteres)"
Even with humanize, the is continues in capital letters.
I use Rails 3.2.15
Really worked, thank you very much!
– Anderson Pierok