Skip to content

Commit 41fe676

Browse files
committed
i18n: sync and fix SPL token courses for Simplified Chinese
1 parent 4c08a5c commit 41fe676

File tree

2 files changed

+5
-1
lines changed
  • src/app/content/courses

2 files changed

+5
-1
lines changed

src/app/content/courses/spl-token-with-anchor/introduction/zh-CN.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import { ArticleSection } from "../../../../components/ArticleSection/ArticleSec
22

33
# The Token Program
44

5+
![SPL Token with Anchor](/graphics/course-banners/spl-token-with-anchor.png)
6+
57
在 Solana 上,所有与代币相关的操作都由 [SPL Token Program](https://github.com/solana-program/token)[Token2022 Program](/zh-cn/courses/token-2022-program) 处理:这是 Solana 的原生代币框架,定义了所有代币的创建、管理和转移方式。
68

79
这是一个单一的统一程序,处理整个网络中的所有代币操作,确保一致性和互操作性。
@@ -10,7 +12,7 @@ import { ArticleSection } from "../../../../components/ArticleSection/ArticleSec
1012
1113
对于 Anchor,所有与代币相关的内容都可以在 `anchor-spl` crate 中找到。因此,在初始化了一个 `Anchor` 工作区后,我们可以这样做:
1214

13-
```
15+
```bash
1416
cargo add anchor-spl
1517
```
1618

src/app/content/courses/spl-token-with-web3js/introduction/zh-CN.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import { ArticleSection } from "../../../../components/ArticleSection/ArticleSec
22

33
# The Token Program
44

5+
![SPL Token with Web3JS](/graphics/course-banners/spl-token-with-web3js.png)
6+
57
在 Solana 上,所有与代币相关的操作都由 [SPL Token Program](https://github.com/solana-program/token)[Token2022 Program](/zh-cn/courses/token-2022-program) 处理:这是 Solana 的原生代币框架,定义了所有代币的创建、管理和转移方式。
68

79
这是一个统一的程序,处理网络中的所有代币操作,确保一致性和互操作性。

0 commit comments

Comments
 (0)