Re: Templates won't translate

2008-04-12 Thread Kenneth Gonsalves
On 12-Apr-08, at 10:15 PM, Basti wrote: > Probably I'm only being stupid but I can't get my templates to be > translated. Everything else (translation in views etc.) works fine. does the template stuff appear in django.po? -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in

Re: Templates won't translate

2008-04-12 Thread Basti
Never mind. I was being stupid after all. I forgot to restart the test server. Plus there was a #, fuzzy in my django.po file that led to the block not being translated. On 12 Apr., 18:45, Basti <[EMAIL PROTECTED]> wrote: > Hi there! > > Probably I'm only being stupid but I can't get my template

Templates won't translate

2008-04-12 Thread Basti
Hi there! Probably I'm only being stupid but I can't get my templates to be translated. Everything else (translation in views etc.) works fine. I have the following structure for my project root |\__ blog |\__ some_other_app |\__ locale | \__ de |\__ ... \__ templates