我试过以下:
@H_404_2@es:
activerecord:
attributes:
name: Nombre
它没有工作.
但以下做法:
@H_404_2@es: activerecord: attributes: person: name: Nombre我也使用Formtastic和Active Admin.
解决方法
这是怎么做的.不完善,但会做这个工作.
@H_404_2@activerecord:
attributes:
attribute_commons: &commons
name: Nome
description: Descrição
user:
<<: *commons
role:
<<: *commons
level: Nível
product:
<<: *commons
size: Tamanho