Re: Adding a new language to Django?

2010-02-24 Thread Daniel Roseman
On Feb 24, 7:25 am, derek wrote: > Thanks Daniel - I missed that part {sound of head slap}. > > Assuming I manage to do a translation, would there be any interest > from the dev team to include this new language version? Can't speak for them, but usually, yes - as long as

Re: Adding a new language to Django?

2010-02-24 Thread andreas schmid
and what if im using a third party app like django-registration and i want to get a better translation without the need to copy the app my repository and customize it? could i override the default django-registration .mo files? derek wrote: > Thanks Daniel - I missed that part {sound of head

Re: Adding a new language to Django?

2010-02-23 Thread derek
Thanks Daniel - I missed that part {sound of head slap}. Assuming I manage to do a translation, would there be any interest from the dev team to include this new language version? On Feb 23, 6:34 pm, Daniel Roseman wrote: > On Feb 23, 2:31 pm, derek

Re: Adding a new language to Django?

2010-02-23 Thread derek
Unfortunately not; this only deals with an application, not Django itself, and not the Admin interface. On Feb 22, 4:28 pm, Daniel Roseman wrote: > On Feb 22, 2:16 pm, Derek wrote: > > > I'm sure I am using the wrong search terms, but I am trying to

Re: Adding a new language to Django?

2010-02-23 Thread Daniel Roseman
On Feb 23, 2:31 pm, derek wrote: > Unfortunately not; this only deals with an application, not Django > itself, and not the Admin interface. What else do you need to know other than what's on that page? Translating Django *is* exactly the same as translating your own

Re: Adding a new language to Django?

2010-02-22 Thread Daniel Roseman
On Feb 22, 2:16 pm, Derek wrote: > I'm sure I am using the wrong search terms, but I am trying to find out how > add a new language to "skin" the entire interface. > > The only reference I could find was: > Only languages listed in the >

Adding a new language to Django?

2010-02-22 Thread Derek
I'm sure I am using the wrong search terms, but I am trying to find out how add a new language to "skin" the entire interface. The only reference I could find was: Only languages listed in the LANGUAGESsetting can be selected.