ruby on rails - Translate devise labels in registration? -


i want translate labels in registration form, can't see schema follow in .es locale. wont work "registrations". knows? can't find correct answer in internet. thanks

.es locale

  devise:     registrations:           name: "nombre"           email: "email"           password: "contraseƱa"           password_confirmation: "recordarme" 

it's done via active record translations

es:   activerecord:     attributes:       user:         password: "contraseƱa"         email: "email"         password_confirmation: "recordarme" 

Comments

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -