Browse Source

perf: Activity log no display

pull/13918/head
feng 4 months ago committed by feng626
parent
commit
01c565f93f
  1. 1
      apps/common/utils/translate.py

1
apps/common/utils/translate.py

@ -21,6 +21,7 @@ def i18n_fmt(tpl, *args):
return tpl return tpl
args = [str(arg) for arg in args] args = [str(arg) for arg in args]
args = [arg.replace(', ', ' ') for arg in args]
try: try:
tpl % tuple(args) tpl % tuple(args)

Loading…
Cancel
Save