I know why now.

I set LANGUAGES in settings.py, but the local_settings.py also defines this
variable, but only with English.

I missed that. Ooops.

On Mon, Jul 18, 2011 at 3:08 PM, Lucy Brennan
<[email protected]>wrote:

> I set up a Satchmo project using clonesatchmo.
>
> Initially the language chooser drop down was empty.
>
> I then followed all the steps described in:
> http://www.satchmoproject.com/docs/dev/translation.html. That includes
> specifying the list with several languages.
>
> Now I can choose English from the list. But why only English, and not
> German, etc.? What is wrong?
>
> I also tried explicitly setting:
> L10N_SETTINGS = {
>  'currency_formats' : {
>     'EURO' : {'symbol': u'€', 'positive' : u"€%(val)0.2f",
> 'negative': u"€(%(val)0.2f)",
>               'decimal' : ','},
>  },
>  'default_currency' : 'EURO',
>  'show_admin_translations': True,
>  'allow_translation_choice': True,
> }
>
> And setting:
> USE_L10N = True
> USE_I18N = True
>
> Im using: Django 1.2.3, and Satchmo 0.9.1.
>
> Lucy
>

-- 
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.

Reply via email to