Re: Problems with i18n support

2007-05-12 Thread Psamathos
On 12 Maj, 11:39, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Sat, 2007-05-12 at 02:25 -0700, Psamathos wrote: > > Hi, > > > I'm trying to get some basic i18n support going but I'm get some weird > > errors. > > > 1) I had to include the project in INSTALLED_APPS before anything > > would

Re: Problems with i18n support

2007-05-12 Thread Malcolm Tredinnick
On Sat, 2007-05-12 at 02:25 -0700, Psamathos wrote: > Hi, > > I'm trying to get some basic i18n support going but I'm get some weird > errors. > > 1) I had to include the project in INSTALLED_APPS before anything > would happend at all, but I've since removed that and I'm trying to > translate a

Re: Problems with i18n support

2007-05-12 Thread Psamathos
On 12 Maj, 11:25, Psamathos <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to get some basic i18n support going but I'm get some weird > errors. > > 1) I had to include the project in INSTALLED_APPS before anything > would happend at all, but I've since removed that and I'm trying to > translat

Problems with i18n support

2007-05-12 Thread Psamathos
Hi, I'm trying to get some basic i18n support going but I'm get some weird errors. 1) I had to include the project in INSTALLED_APPS before anything would happend at all, but I've since removed that and I'm trying to translate a single app. 2) I've been digging around the django code to figure o