Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 427 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 427 Bytes

#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

  1. Add the following to your Gemfile
  gem 'spree_i18n', :git => 'git://github.com/spree/spree_i18n.git'
  1. Run bundle install