mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-05-28 21:57:30 +02:00
If activated, a 'change language' link will be shown in the footer. You need to add this line to your 'urlpatterns' variable in your urls.py file: (r'^i18n/', include('django.conf.urls.i18n'))