heartcombo / devise

Flexible authentication solution for Rails with Warden.
http://blog.plataformatec.com.br/tag/devise/
MIT License
23.98k stars 5.55k forks source link

i18n translate calls not in generated views #690

Closed jduff closed 13 years ago

jduff commented 13 years ago

When generating the views in devise they don't have any calls to i18n.t to use the localization, I had to add all of these in manually. Also, the localizations file does not include localizations for the field labels in the views (Email, Password etc).

josevalim commented 13 years ago

Yes, we don't plan to add this to devise. Devise views are just something basic to get you going, you will need to translate them on your own as you did.

priidikvaikla commented 13 years ago

What are the reasons for not planning this?