Created
January 26, 2010 13:04
-
-
Save masak2009/286814 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
===== HOW TO PREPARE TRANSLATE PRODUCT FOR CZ & EN-GB ===== | |
rake db:migrate | |
If you have pre-existing data, you'll need to run this rake task: | |
rake spree:extensions:product_translations:globalize_legacy_all_data | |
Then translate EN created data to english | |
rake spree:extensions:product_translations:globalize_legacy_translate_gb_data | |
That's all folks :-D |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment