Sha256: 71f25f68694deb86b5acbdc112e8cc9501788e76706afdf33514e2395a1a05fd
Contents?: true
Size: 1.04 KB
Versions: 1
Compression:
Stored size: 1.04 KB
Contents
# devise-i18n-views I18n support and translations for **[Devise v2.+](https://github.com/plataformatec/devise)** views. ## Install Add the following line to your `Gemfile` ``` rb 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](https://github.com/mcasimir/devise-i18n-views/tree/master/locales)) or through the apposite generator `devise:views:locale`, eg. ``` sh rails g devise:views:locale it ``` will generate `config/locales/devise.views.it.yml`. ## Submit or edit a translation for devise-i18n-views * Fork the latest master * Create a translation file or edit an existing one under `locales` * Make a pull request ## Translation file stub Please refer to [devise-i18n-views/locales/en.yml](https://github.com/mcasimir/devise-i18n-views/blob/master/locales/en.yml) to grab a stub for your translation ## Copyright Copyright (c) 2012 mcasimir. See LICENSE.txt for further details.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
devise-i18n-views-0.2.2 | README.md |