Skip to content

Commit

Permalink
demo/feature: more i18n texts
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangyt committed Dec 2, 2024
1 parent 86f550a commit 9b7a2ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/web/src/components/top-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function TopBar({ anchorId }: Props) {
<GitHubIcon sx={{ mr: 2, color: 'white' }} />
</MuiLink>
<Typography variant="h6" component="a" href="/" sx={{ flexGrow: 1 }} noWrap>
BatchAI Examples
BatchAI {t("Demo")}
<Box>
<Typography sx={{ fontSize: 10, color: "lightgray" }} noWrap>
Utilizes AI for batch processing of the entire codebase
Expand Down
3 changes: 2 additions & 1 deletion demo/web/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@
"Detailed progress": "Detailed progress",
"Changes": "Changes",
"Execution Log": "Execution Log",
"Audit Log": "Audit Log"
"Audit Log": "Audit Log",
"Demo": "Demo"
}
3 changes: 2 additions & 1 deletion demo/web/src/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@
"Detailed progress": "详细进度",
"Changes": "改动",
"Execution Log": "执行日志",
"Audit Log": "变更日志"
"Audit Log": "变更日志",
"Demo": "演示"
}

0 comments on commit 9b7a2ef

Please sign in to comment.