chore: missing locale

This commit is contained in:
dongchengjie
2024-06-09 11:16:13 +08:00
parent ab47c56ec5
commit 76624c7d83
11 changed files with 85 additions and 36 deletions

View File

@@ -39,6 +39,7 @@ const LogPage = () => {
header={
<Box sx={{ display: "flex", alignItems: "center", gap: 2 }}>
<IconButton
title={t("Pause")}
size="small"
color="inherit"
onClick={() => setEnableLog((e) => !e)}