Open jorgefernando1 opened 8 years ago
When i have a inherited model and a enum in the superclass, I need to repeat the translation. E.g
class Employee enum :foo, [:bar, :baz, :zaz] class Manager < Employee
and in translation .yml file I need to have
enums: employee: foo: bar: BAR baz: BAZ zaz: ZAZ employees/manager: foo: bar: BAR baz: BAZ zaz: ZAZ
So if I don't have the employees/manager defined, its should search in the employee
When i have a inherited model and a enum in the superclass, I need to repeat the translation. E.g
and in translation .yml file I need to have
So if I don't have the employees/manager defined, its should search in the employee