fix some translation issues

This commit is contained in:
jonaswinkler
2021-01-02 00:45:23 +01:00
parent 110ef17ed8
commit bcf17bfdc0
5 changed files with 29 additions and 13 deletions

View File

@@ -1,10 +1,14 @@
from django.apps import AppConfig
from django.utils.translation import gettext_lazy as _
class DocumentsConfig(AppConfig):
name = "documents"
verbose_name = _("Documents")
def ready(self):
from .signals import document_consumption_finished
from .signals.handlers import (