perf: Activity log no display

pull/13918/head
feng 2024-08-08 16:29:17 +08:00 committed by feng626
parent cb97afffab
commit 01c565f93f
1 changed files with 1 additions and 0 deletions

View File

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