#Spree Internationalization
This is the Internationalization project for Spree Commerce
See the official Internationalization documentation for more details.
To install, simply add the Gem to your Gemfile:
- Add the following to your Gemfile pre> gem 'spree_i18n', :git => 'git://github.com/spree/spree_i18n.git'
- Run
bundle install
If you would like to run the tests of this project, follow these steps:
- Clone this repo using
git clone git://github.com/spree/spree_i18n
- Change into the directory and run
bundle exec rake test_app
to generate a dummy application. - Run
bundle exec rspec spec
to run the tests.