I have site with text written in Russian.
Now I want to translate it to English.
I've upgraded templates with  trans tag like that {% trans "Всем
привет" %}.
Then I run makemessages, translated what I want, compilemessages.

And now, the translation for the string "Всем привет" is never shown.
Templates encoding is UTF-8.
I've tried and loaded translation directly from python shell - it is
loaded and present in translation object.

What am I doing wrong?

Cheers,
Nick

-- 
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=en.

Reply via email to