I’m using rails_admin which use devise. Some words still displays in english. I have many yml files for i18n (fr, rails_admin.fr, devise.fr). Is there a quick way to find what yml [tree] I have to put in one of those to i18n these missing expressions ?
I’m using rails_admin which use devise. Some words still displays in english. I have
Share
Nearly all RailsAdmin keys are namespaced with :admin.
Nearly all Devise keys are namespaced with :devise.
Rest would be Rails’.
And eventually it doesn’t really matter, you can add them anywhere, and I suggest you put them in a custom project file to keep your libraries’ i18n easily updatable.