Re: best translation solution for my project

2010-07-01 Thread grimmus
Thanks for the reply. I settled on django-modeltranslation, it's easy to install, well documented and fits into the admin area. Thanks again. On Jul 1, 3:46 pm, bruno desthuilliers wrote: > On 1 juil, 10:18, grimmus wrote: > > > > > Hi, > > > Sorry if this has been asked before, but i only see

Re: best translation solution for my project

2010-07-01 Thread bruno desthuilliers
On 1 juil, 10:18, grimmus wrote: > Hi, > > Sorry if this has been asked before, but i only seem to be finding > bit's and pieces for what i am after. > > I have a simple website that needs to be available in English and > French. > > I am using locale-url so all pages can have an independent url

best translation solution for my project

2010-07-01 Thread grimmus
Hi, Sorry if this has been asked before, but i only seem to be finding bit's and pieces for what i am after. I have a simple website that needs to be available in English and French. I am using locale-url so all pages can have an independent url ( e.g. en/page and fr/page) There is a locale fol