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've added


LANGUAGE_CODE = 'en'

LANGUAGES = (
    ('en', 'English'),
    ('fr', 'French'),
)

to my settings file. Is there anything else that needs to be done so
the translation
strings in the template will work?
--~--~---------~--~----~------------~-------~--~----~
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