This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You need to have the following gems: | |
- spree_multi_lingual | |
- spree_pages | |
( In my case I'm using these ones) | |
gem 'spree_multi_lingual' , :git => '[email protected]:davidslvto/spree_multi_lingual.git', :branch => 'new_features' | |
gem 'spree_pages' , :git => '[email protected]:davidslvto/spree_pages.git' | |
After that you probably are ready to translate some pages! |