mirror of https://github.com/jumpserver/jumpserver
perf: Activity log no display
parent
cb97afffab
commit
01c565f93f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue