Skip to content

Commit

Permalink
feat: i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
shaohuzhang1 committed Jan 10, 2025
1 parent 49f84df commit c8735cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/common/event/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import setting.models
from setting.models import Model
from .listener_manage import *
from django.utils.translation import gettext_lazy as _
from django.utils.translation import gettext as _

update_document_status_sql = """
UPDATE "public"."document"
Expand Down

0 comments on commit c8735cb

Please sign in to comment.