Rails I18n Cascading - how to get it to work
问题 I read in this blogpost from Sven Fuchs about the cascading possibility by I18n, but I am unable to get it to work. I tried to put the code mentioned in the blogpost into the application controller and into an initializer, I also tried to pass the cascade option, like it is mentioned in the comments in the module itself, but nothing seems to work. Does anybody have any hints or a working example about how to get I18n cascading in a Rails 4 App up and running? 回答1: So, finally got this working