Hi:

I tried all the ways possible and impossible to make my Django project have
i18n...
Put all settings (INSTALLED_APPS, CONTEXT_PROCESSORS), generated languages,
compiled messages, edited the ".po" files, setted the ugettext to "_", in
views all the strings are like this: toSend= _("Hello"), but so far... only
the Administrator panel is translated cause I checked (put a post form to
change the language in the backoffice).

I found that changing language only works for POST requests... Ok, DONE.
But even with a post... only the backoffice seems to be responding to my
language change request...

I use to folders at app/locale:

pt-PT
en-GB

Any ideas? Someone has implemented a foreign language before?

Thanks in advance.

-- 
Carlos Ricardo Santos

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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=.


Reply via email to