Hi Lucy,

you found the mailing list... good.
do you remember the days you have been asking for local_settings.py? :-)
i am just kidding again. 

a perfect place to put:

LANGUAGES = (
        ('en', gettext_noop('English')),
        ('de', "Deutsch"),
        ('sv'), "Svenska"),
        and so on,
)

would be local_settings.py

greetings
sc



go in there and write

On Mon, 2011-07-18 at 06:08 -0700, Lucy Brennan 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