spree_multi_lingual
spree_multi_lingual copied to clipboard
Spree multi-lingual is a plugin to make multi locale store with Spree possible
Hy, is possible to use only `:it` language. I need to disable all non italian routes and I need to make `:it` the default language. I need some special configuration?
I need something like this where I can have a unique translated title and description for each product. Is spree_multi_lingual the best thing available now for spree/solidus? I'm still on...
Hi, i really like your gem and i have used it on some shops. I would like to know if you are planning to upgrade it soon to be compatible...
I added some attributes to my Product model which I'd need to support locales. I'm already using spree_multi_lingual and I tried to take advantage of easy_globalize3_accessors and override in my...
rails g spree_multi_lingual:install append app/assets/javascripts/store/all.js append app/assets/javascripts/admin/all.js insert app/assets/stylesheets/store/all.css insert app/assets/stylesheets/admin/all.css run bundle exec rake railties:install:migrations FROM=spree_multi_lingual from "." Would you like to run the migrations now? [Y/n] Y run...
I saw this line in previous post : filter :locale, :exclude => /^\/admin/ if SpreeMultiLingual.use_locale_filter I tried to add a locale selector in the admin header , but it doesn't...
I thought it was solved but running again the migrations on a brand new sample db leads to other errors when migrating products ... I also mentioned this issue to...
When I add : gem 'spree_multi_lingual', :git => "[email protected]:jipiboily/spree_multi_lingual.git" gem 'globalize3', :git => 'git://github.com/svenfuchs/globalize3.git' and bundle install it is giving the following error:: Could not find gem 'globalize3 (= 0.2.0)...
spree_multi_lingual is using globalize3 0.2.0.beta8 which has a bug when you try to drop the translation tables: https://github.com/svenfuchs/globalize3/blob/v0.2.0/lib/globalize/active_record/migration.rb#L136 which has already been fixed here: https://github.com/svenfuchs/globalize3/commit/7dc900c70a72ea2cbe13e9c32e9cde1d60ba3e0c any particular reason why still...