perf: 修改 gettext

This commit is contained in:
ibuler
2023-07-24 14:09:22 +08:00
parent b4b9c805ff
commit 7ae52eb941
20 changed files with 58 additions and 26 deletions

View File

@@ -7,4 +7,6 @@ class TicketsConfig(AppConfig):
verbose_name = _('Tickets')
def ready(self):
from . import signal_handlers # noqa
from . import notifications # noqa
return super().ready()