Skip to content

Commit

Permalink
fix: CNCF kcl project i18n translation
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Nov 22, 2023
1 parent 226f13a commit 366eeac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion i18n/zh-CN/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
"message": "KCL 是一个"
},
"We are a": {
"message": "KCL 是一个"
"message": "KCL "
},
"sandbox project": {
"message": "沙箱项目"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ function CNCFSection() {
<div className="container">
<div className="container text--center">
<h2 className={clsx("hero__subtitle", styles.poppinsFont)}>
<Translate>We are a </Translate>{" "}
<Translate>We are a</Translate>{" "}
<Link to="https://cncf.io/">
<Translate>Cloud Native Computing Foundation</Translate>
</Link>{" "}
Expand Down

0 comments on commit 366eeac

Please sign in to comment.