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

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

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