I tried the following:
es:
activerecord:
attributes:
name: Nombre
And it did not work.
But the following do work:
es:
activerecord:
attributes:
person:
name: Nombre
Which is the correct way to define default attributes across models?
Also I'm using Formtastic and Active Admin.