mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 09:07:18 +01:00
fix some translation issues
This commit is contained in:
parent
110ef17ed8
commit
bcf17bfdc0
5 changed files with 29 additions and 13 deletions
|
|
@ -7,6 +7,8 @@ from django.views.generic import RedirectView
|
|||
from rest_framework.authtoken import views
|
||||
from rest_framework.routers import DefaultRouter
|
||||
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
|
||||
from documents.views import (
|
||||
CorrespondentViewSet,
|
||||
DocumentViewSet,
|
||||
|
|
@ -103,4 +105,4 @@ admin.site.site_header = 'Paperless-ng'
|
|||
# Text at the end of each page's <title>.
|
||||
admin.site.site_title = 'Paperless-ng'
|
||||
# Text at the top of the admin index page.
|
||||
admin.site.index_title = 'Paperless-ng administration'
|
||||
admin.site.index_title = _('Paperless-ng administration')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue