perf: Activity log no display

This commit is contained in:
feng
2024-08-08 16:29:17 +08:00
committed by feng626
parent cb97afffab
commit 01c565f93f

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)