Spree Extension: Product Translations
This extension allows you to translate product details on an intuitive way based on tabs.
Currently it will load tabs for all locales in I18n.available_locales.
Prepared for Spree 0.70.1 and Rails 3.1
Its inspired and started from:
Fabien fork of spree-simple_product_translations in the 3.1 branch Fabien fork of spree-product_translations
Both original from jeroenj
On Travis CI
Installation
In your Gemfile you just add:
gem 'spree_product_translations', :git => 'https://github.com/argami/spree_product_translation'
Then install the gem:
bundle install
Then copy the migrations and assets to your spree application:
rails g spree_product_translations:install
Finally migrate your database:
rake db:migrate
If you have pre-existing data, you'll need to run this rake task:
rake spree:extensions:product_translations:globalize_legacy_data
