from django.urls import include, path urlpatterns: list = [ path(r"i18n/", include("django.conf.urls.i18n"), name="i18n"), ]