We are developing a website for use in 16 EU countries. Some of the languages we need to cover are not supported by Django, according to: http://www.djangoproject.com/documentation/settings/#languages All of our translation strings are in template files and we have generated corresponding .po files.
We need to support Polish, and to provide an example translation in Afrikaans (language code 'af'), for which we have provided a translation and generated $PROJECTPATH/locale/af/LC_MESSAGES/django.mo I have tried generating the django.mo file for Afrikaans, setting LANGUAGE_CODE = 'af' and restarting Apache. No luck. I've also tried to list Afrikaans using the "dummy gettext() function" as described at http://www.djangoproject.com/documentation/i18n/ with no success. Help gratefully received. Regards Rory -- Rory Campbell-Lange <[EMAIL PROTECTED]> <www.campbell-lange.net> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

