I18n support and translations for Devise v2.+ views.
Add the following line to your Gemfile
gem 'devise-i18n-views'
and run bundle install
.
Then you need to install the required translations in your config/locales
. You can do this either manually (downloading them from devise-i18n-views/locales) or through the apposite generator devise:views:locale
, eg.
rails g devise:views:locale it
will generate config/locales/devise.views.it.yml
.
The devise:views:i18n_templates
generator will copy all views to your application, so you can modify the files as you wish:
rails g devise:views:i18n_templates
- Edit the translations directly on the devise-i18n-views project on Locale.
- That's it!
- The maintainer will then pull translations from the Locale project and push to Github.
- Fork the latest master
- Create a translation file or edit an existing one under
locales
- Make a pull request
Happy translating!
Please refer to devise-i18n-views/locales/en.yml to grab a stub for your translation
Copyright (c) 2012 mcasimir. See LICENSE.txt for further details.
A ruby translation project managed on Locale that's open to all!