Skip to content

Commit c8735cb

Browse files
committed
feat: i18n
1 parent 49f84df commit c8735cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/common/event/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import setting.models
1010
from setting.models import Model
1111
from .listener_manage import *
12-
from django.utils.translation import gettext_lazy as _
12+
from django.utils.translation import gettext as _
1313

1414
update_document_status_sql = """
1515
UPDATE "public"."document"

0 commit comments

Comments
 (0)