Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Spree as multilingual/bilingual site

Is spree suitable for multi/bilingual e-commerce site?

By default it supports internationalization (i18n - http://guides.spreecommerce.com/i18n.html). It gives an impression that spree is bilingual friendly but I'm missing one piece of the puzzle. Translation of product names, descriptions, attributes, categories.

What is your good practice when it comes to translation of products and categories (including metadata)?

gem version: Spree 1.1.1

like image 212
Munhitsu Avatar asked Jun 26 '12 18:06

Munhitsu


2 Answers

I work on Spree as the Community Manager.

We are actually having a discussion at the moment regarding the translation of things within Spree using I18n. Most things are translated, but there's still a few spiky edges that you may come across. We're looking to make that easier for people.

Now in regards to the attributes on products, that's possible using a plugin built by one of the guys in the community, Tomasz Stachewicz, and is called spree_globalize. Give it a shot.

like image 118
Ryan Bigg Avatar answered Oct 06 '22 01:10

Ryan Bigg


For our bilingual spree store http://www.artdesanimaux.com we use spree_multi_lingual with Spree 1.1.2 and it is working properly. Don't know why you say its outdated?

We made a few fixes & added translations for shipping methods on our fork

like image 31
j15e Avatar answered Oct 06 '22 00:10

j15e