Hi Pierre,
On 6 Sep., 00:34, Pierre <[EMAIL PROTECTED]> wrote:
> Just to be more precise, here's what I've already done :
>
> - create "locale" folder
> - run make-message.py -l fr
> - edit django.po to change charset and translate strings
> - run compile-messages.py -l fr
> - load i18N in template page
> - {% trans "Hello World" %}
>
> -> should give "Bonjour le monde" but nothing happens.
>
> Missing something ? Any idea ?
I haven't yet tested i18n on the production server, but it runs fine
with Django 1.0 and dev_appserver. In order to find the source of the
problem please try to remove the localization middleware and instead
set the preferred language manually in your settings:
LANGUAGE_CODE = 'fr-FR'
Bye,
Waldemar Kornewald
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" 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/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---