Re: internationalization and template magic caching

2008-10-17 Thread Jarek Zgoda
Wiadomość napisana w dniu 2008-10-16, o godz. 15:45, przez matei: > You are right. I now know what happened to me and caused confusion. It > appears to me django is taking the po files from the django admin so > words like password and change were translated without me specifying > my own .po .mo

Re: internationalization and template magic caching

2008-10-16 Thread Malcolm Tredinnick
On Thu, 2008-10-16 at 06:45 -0700, matei wrote: > You are right. I now know what happened to me and caused confusion. It > appears to me django is taking the po files from the django admin so > words like password and change were translated without me specifying > my own .po .mo files. Not a pref

Re: internationalization and template magic caching

2008-10-16 Thread matei
You are right. I now know what happened to me and caused confusion. It appears to me django is taking the po files from the django admin so words like password and change were translated without me specifying my own .po .mo files. Not a preferable behaviour for some people maybe. Is it a setting?

Re: internationalization and template magic caching

2008-10-16 Thread Jarek Zgoda
Wiadomość napisana w dniu 2008-10-16, o godz. 14:23, przez matei: > There seems to be a problem with how django caches the templates, when > using trans tags and gettext in general. When i update the language > files, the changes wont take effect (well sometimes), nor with a > server restart. The

internationalization and template magic caching

2008-10-16 Thread matei
hello There seems to be a problem with how django caches the templates, when using trans tags and gettext in general. When i update the language files, the changes wont take effect (well sometimes), nor with a server restart. There must be a place where django has this stored, as when I delete my