Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chinese] Remove untranslated pages and redirect to english #862

Merged
merged 2 commits into from
Mar 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion apps/nextra/pages/zh/build/_meta.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
export default {
"get-started": "开始",
"smart-contracts": "Smart Contracts (Move)",
"smart-contracts": {
title: "Smart Contracts (Move)",
href: "/en/build/smart-contracts",
},
cli: "CLI",
apis: "APIs",
guides: "Guides",
Expand Down
12 changes: 10 additions & 2 deletions apps/nextra/pages/zh/build/apis/_meta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,23 @@ export default {
layout: "full",
sidebar: false,
},
href: "/en/build/apis/fullnode-rest-api-reference",
},
"fullnode-rest-api": "全节点 REST API 指南",
"indexer-graphql-api": {
title: "索引器 GraphQL API",
href: "/zh/build/indexer",
},
"data-providers": "数据提供商",
"data-providers": {
title: "数据提供商",
href: "/en/build/apis/data-providers",
},
"faucet-api": {
title: "水龙头 API",
href: "/en/build/apis/faucet-api",
},
"aptos-labs-developer-portal": {
title: "API 网关",
href: "/en/build/apis/aptos-labs-developer-portal",
},
"aptos-labs-developer-portal": "API 网关",
};
79 changes: 0 additions & 79 deletions apps/nextra/pages/zh/build/apis/data-providers.mdx

This file was deleted.

75 changes: 0 additions & 75 deletions apps/nextra/pages/zh/build/apis/faucet-api.mdx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ export default {
},
ledger: {
title: "使用硬件钱包",
href: "/en/build/cli/trying-things-on-chain/ledger",
},
};
Loading