Skip to content

formtastic/formtastic_i18n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Formtastic I18n

I18n translation for the formtastic gem

Installation

Add this line to your application's Gemfile:

gem 'formtastic_i18n'

And then execute:

$ bundle

Usage

Just include it in your Gemfile

Contributing

  1. Fork it ( https://github.com/timoschilling/formtastic_i18n/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request