Dear Group, Here's a question I try to solve, Maybe you know what's
the change between GAE+django 0.96 and GAE+django 1.2 with respect to
localization? Putting .po and .mo files in APP_NAME/conf ... used to
work and upgraded to django 1.2 it won't work anymore. Having upgraded
from django 0.96 to 1.2 the i18n translations
I got that are in addition to the builtin translations bugged out. I
started a a question here about it
http://stackoverflow.com/questions/5271687/how-to-make-django-pick-up-my-po-and-mo-translations
ie How to make GAE+ django pick up my .po and .mo translations. I got
translations ready in .po and .mo files. How can I make django 1.2
display these? I can use the builtin translations and now I want to
enable in addition the ones I keep in [application-name]/conf/locale/
[Language_Code]/LC_MESSAGES'

Is there a way? It used to work with django 0.96 and after the upgrade
only the builtin translations work. I tried moving to APP_DIR/locale/
LANG_CODE/LC_MESSAGES/django.po and it won't work for me. Maybe I
missed something. Do I have to recompile .po files?

Folowing the instructions from answers, I put my .po and .mo files in

APP_DIR/locale/LANG_CODE/LC_MESSAGES/django.po

It still won't work. I'm considering why and welcoming any more advice
or recommendation how to enable i18n features with django for google
app engine.

If any know-how is on this issue then kindly instruct here how to
proceed.
Regards,
Nick Rosencrantz

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to