Re: Admin internationalization

2008-09-30 Thread krylatij
I use same django instalation for several projects, so it will cause other projects works incorrectly. Any way, thank you for advise --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to thi

Re: Admin internationalization

2008-09-30 Thread krylatij
unfortunately i'm not Moldavian-speaker =(( outsourcing =)) So as i understood the only solution is to write middleware, to change locale dynamically --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" grou

Re: Admin internationalization

2008-09-30 Thread Alessandro Ronchi
2008/9/30 Malcolm Tredinnick <[EMAIL PROTECTED]>: > > > On Mon, 2008-09-29 at 22:46 -0700, krylatij wrote: >> I have Django site in 2 languages - Moldavian(default) and Russian >> But django-admin is not localized for Moldavian, that's way i want to >> use Russian in admin. >> So my settings.py wil

Re: Admin internationalization

2008-09-29 Thread Malcolm Tredinnick
On Mon, 2008-09-29 at 22:46 -0700, krylatij wrote: > I have Django site in 2 languages - Moldavian(default) and Russian > But django-admin is not localized for Moldavian, that's way i want to > use Russian in admin. > So my settings.py will look like this: > > LANGUAGE_CODE = 'md' > > LANGUAGES