On Sun, 2008-07-20 at 13:02 -0700, robin wrote: > I've spend 3 days on this. Please help. > > I've created the following locale to my project below: > /home/robin/myproject/locale/id/LC_MESSAGES/django.po > /home/robin/myproject/locale/id/LC_MESSAGES/django.mo > > so I have a custom language which is suppose to be Indonesian > indentified as 'id'
Read the "locale restrictions" at the top of this section: http://www.djangoproject.com/documentation/i18n/#how-to-create-language-files Django does not have an Indonesian translation in core, so it cannot support it in your applications either. One day we'll remove that restriction, maybe even before 1.0. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

