#14461: Accept to use more languages than just the ones available in Django ----------------------------------+----------------------------------------- Reporter: diegobz | Owner: nobody Status: new | Milestone: Component: Internationalization | Version: 1.2 Keywords: | Stage: Unreviewed Has_patch: 0 | ----------------------------------+----------------------------------------- Django doen't allow to activate a language available in a project, but that it is not present in the django/conf/locale/.
I've noticed it's because of the [http://code.djangoproject.com/browser/django/trunk/django/utils/translation/trans_real.py?rev=14138#L316 check_for_language] function. Not sure if it's the best way to fix it, but I'm providing a patch that can resolve the issue. -- Ticket URL: <http://code.djangoproject.com/ticket/14461> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" 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-updates?hl=en.
