Thanks Ivan! I also had to export PYTHONPATH with my project's root dir
to make it work.
But in generated django.po there is no translation strings for file:
contrib/comments/templatetags/comments.py
I noticed that in this file you have long strings and which include
lines like:
(line 45 for e
Hi! I want to do polish translation for that file. I couldn' t find
anything to translate for that file in
conf/locale/en/LC_MESSAGES/django.po
What is the command to generato .po file for templatetags/*?
I tried:
/usr/lib/python2.4/site-packages/Django-0.91-py2.4.egg/django $ python
bin/make-me
Thank you! I'll try that although I switched to PostreSQL.
I did not.
I used only: mysqladmin create dbname
Could that be the problem?
Me again ;-)
It works flawlessly with postgresql after I created a UNICODE database.
Is this a bug with MySQL?
BTW. I'm using MySQL. I have also changed the LANGUAGE settings that in
my HTML I have:
http://www.w3.org/1999/xhtml"; lang="pl" xml:lang="pl">.
Didn't help.
when I browse Dzialy. I set the page encoding to UTF-8 by copying
base.html to my templates/admin/base.html and changing head so it looks
like:
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en">
Select dzial to change | Django site admin
but it doesn't help. I read about internationalisation but I think it
is not what I want - it is too much. I want write UTF-8 characters in
my Django admin interface. How can I do that?
cheers
cayco
7 matches
Mail list logo