refactor(ui): improve i18n

This commit is contained in:
Fu Diwei
2024-12-10 16:37:24 +08:00
parent a4eff0b408
commit 8fe0d342aa
76 changed files with 214 additions and 266 deletions

View File

@@ -115,7 +115,7 @@ const Dashboard = () => {
<Divider />
<div>TODO: 最近执行的工作流 LatestWorkflowRun</div>
<div>TODO: {t("dashboard.latest_workflow_run")}</div>
</>
);
};