Hi, I'd like to change the shop language (not bilingual, just use other default language than English). How to do this?
I have followed instructions here: http://www.satchmoproject.com/docs/svn/translation.html To create the language configuration: from satchmo.configuration import config_get LANGUAGES_AVAILABLE = config_get('LANGUAGE', 'LANGUAGES_AVAILABLE') LANGUAGES_AVAILABLE.add_choice(('en', 'English')) But the default language remains in English. If I toggle on "Allow user to choose from available translations" the shown language selector has zero options. -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
