hello

i'm trying to develop a multilingual web app with django. i've
acchieved making django translate the messages in the views.py but it
does not translate the messages in the template files.
my message file for English is:

#: html/anasayfa.html:9
#, fuzzy
msgid "Hatali Giris"
msgstr "Not Authorized"

and my template is:
{% trans "Hatali Giris" %}

when i test it, I see that it doesn't translate the original message
to "Not Authorized". what's wrong here?

thanks.
--~--~---------~--~----~------------~-------~--~----~
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