Skip to content

Commit 9c97f77

Browse files
authored
[chinese] Remove untranslated pages and redirect to english (#862)
1 parent 8e5c800 commit 9c97f77

File tree

119 files changed

+113
-25793
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+113
-25793
lines changed

apps/nextra/pages/zh/build/_meta.tsx

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
export default {
22
"get-started": "开始",
3-
"smart-contracts": "Smart Contracts (Move)",
3+
"smart-contracts": {
4+
title: "Smart Contracts (Move)",
5+
href: "/en/build/smart-contracts",
6+
},
47
cli: "CLI",
58
apis: "APIs",
69
guides: "Guides",

apps/nextra/pages/zh/build/apis/_meta.tsx

+10-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,23 @@ export default {
66
layout: "full",
77
sidebar: false,
88
},
9+
href: "/en/build/apis/fullnode-rest-api-reference",
910
},
1011
"fullnode-rest-api": "全节点 REST API 指南",
1112
"indexer-graphql-api": {
1213
title: "索引器 GraphQL API",
1314
href: "/zh/build/indexer",
1415
},
15-
"data-providers": "数据提供商",
16+
"data-providers": {
17+
title: "数据提供商",
18+
href: "/en/build/apis/data-providers",
19+
},
1620
"faucet-api": {
1721
title: "水龙头 API",
22+
href: "/en/build/apis/faucet-api",
23+
},
24+
"aptos-labs-developer-portal": {
25+
title: "API 网关",
26+
href: "/en/build/apis/aptos-labs-developer-portal",
1827
},
19-
"aptos-labs-developer-portal": "API 网关",
2028
};

apps/nextra/pages/zh/build/apis/data-providers.mdx

-79
This file was deleted.

apps/nextra/pages/zh/build/apis/faucet-api.mdx

-75
This file was deleted.

apps/nextra/pages/zh/build/cli/trying-things-on-chain/_meta.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ export default {
77
},
88
ledger: {
99
title: "使用硬件钱包",
10+
href: "/en/build/cli/trying-things-on-chain/ledger",
1011
},
1112
};

0 commit comments

Comments
 (0)