I have a strange error with ActiveAdmin 0.4.3 regarding menu translation. I have models.es.yml where I have all the ActiveRecord translations. It works great in actions, for example, “Announcement” is displayed as “Anuncio” in the “show” or “edit” view.
But the main menu still displays "Ad".
A stranger thing occurs when I edit the models.es.yml file (adding, for example, one space), and I reload the page in which the menu accepts translations, of course, I can not do this in the production process.
Any help on this?
source
share