I'm trying
ru:
activerecord:
errors:
format: "%{message}"
with no effect, but
ru:
activerecord:
errors:
messages:
record_invalid: "Неверные значения: %{errors}"
is working. I want to override both.
My Rails is 3.2.1 on the top of Ruby 1.9.3.