2008/11/11 davidynamic <[EMAIL PROTECTED]>:
>
> Are there any other settings required to make .po files for
> translation strings in templates besides adding  {% load i18n %} to
> the top of the page. All my translation tags inside my views work fine
> and are loaded into the .po files but the template tags aren't
> working. I"m using both {% trans "" %} and {% blocktrans %} tags
>
I have such a problem once and it was solved adding the application in
the config file.

On the other hand, I assume you have extracted the translation strings
and you're using the right language in your browser, that is the
language on which you want the pages or you have managed yourself to
change the languaje.



-- 
Antoni Aloy López
Blog: http://trespams.com
Site: http://apsl.net

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to