I have a model Products::Car. How can I translate its attributes?
I have already tried this:
activerecord:
models:
products:
car: "Автомобиль"
attributes:
products:
car:
owner: "Владелец"
And this:
activerecord:
models:
products_car: "Автомобиль"
attributes:
products_car:
owner: "Владелец"
But if I try to use Products::Car.model_name.human it still says "Car". My other translations work well, and the language is set to :ru.