Re: internationalization django app

2009-03-22 Thread Akhmat Safrudin
Malcolm Tredinnick wrote: > That same section of the documentation describes how to create new > language files (scroll down a bit to where it talks about running > django-admin.py makemessages) and has a link to the contributing > documentation. > > Regards, > Malcolm oh.. sorry i read it less

Re: internationalization django app

2009-03-22 Thread Malcolm Tredinnick
On Sun, 2009-03-22 at 14:42 +0700, Akhmat Safrudin wrote: > Malcolm Tredinnick wrote: > > No. This is documented here: > > http://docs.djangoproject.com/en/dev/topics/i18n/#id1 > > > > Regards, > > Malcolm > > oh... it's well documented, sorry i missed it. > so, how to contribute translating dja

Re: internationalization django app

2009-03-22 Thread Akhmat Safrudin
Malcolm Tredinnick wrote: > No. This is documented here: > http://docs.djangoproject.com/en/dev/topics/i18n/#id1 > > Regards, > Malcolm oh... it's well documented, sorry i missed it. so, how to contribute translating django to other language? thank's --~--~-~--~~~--

Re: internationalization django app

2009-03-21 Thread Malcolm Tredinnick
On Sun, 2009-03-22 at 12:13 +0700, Akhmat Safrudin wrote: > Helo, > is it available internationalize django app with the language not listed > under : django/conf/global_settings.py ? > and just add the app/myapp/locale/mylang/LC_MESSAGES/django.po ? No. This is documented here: http://docs.djan

internationalization django app

2009-03-21 Thread Akhmat Safrudin
Helo, is it available internationalize django app with the language not listed under : django/conf/global_settings.py ? and just add the app/myapp/locale/mylang/LC_MESSAGES/django.po ? thank's. --~--~-~--~~~---~--~~ You received this message because you are subsc

Re: Internationalization Django App on Windows XP

2007-01-23 Thread Ramiro Morales
On 1/18/07, GvaderTh <[EMAIL PROTECTED]> wrote: > > Hi all. I try make internationalization to my django app I copied > make-messages.py to my project directory, Next I execute it with swich > -l Local and I get this warning: > processing language LOCAL > errors happened while running xgettext on

Internationalization Django App on Windows XP

2007-01-18 Thread GvaderTh
Hi all. I try make internationalization to my django app I copied make-messages.py to my project directory, Next I execute it with swich -l Local and I get this warning: processing language LOCAL errors happened while running xgettext on constants.py So I start looking information about xgettext