Re: How to make localisation for contrib/comments/templatetags ?

2006-01-29 Thread cayco
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

How to make localisation for contrib/comments/templatetags ?

2006-01-29 Thread cayco
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

Re: utf-8 characters in database fileds(names)

2006-01-29 Thread cayco
Thank you! I'll try that although I switched to PostreSQL.

Re: utf-8 characters in database fileds(names)

2006-01-28 Thread cayco
I did not. I used only: mysqladmin create dbname Could that be the problem?

Re: utf-8 characters in database fileds(names)

2006-01-28 Thread cayco
Me again ;-) It works flawlessly with postgresql after I created a UNICODE database. Is this a bug with MySQL?

Re: utf-8 characters in database fileds(names)

2006-01-28 Thread cayco
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.

utf-8 characters in database fileds(names)

2006-01-28 Thread cayco
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