This repository was archived by the owner on Jul 30, 2025. It is now read-only.
[i18n] add zh smart-contracts / create-aptos-dapp#951
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request adds Chinese versions (zh) for the smart contracts and create-aptos-dapp pages to improve internationalization for Aptos documentation.
- Added a translated smart-contracts page with embedded remote code examples and resource links.
- Added a create-aptos-dapp page detailing usage instructions with multi-tab CLI commands.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| apps/nextra/pages/zh/build/smart-contracts.mdx | Introduces the Chinese version of the smart contracts documentation with code examples and resource links. |
| apps/nextra/pages/zh/build/create-aptos-dapp.mdx | Provides a new Chinese documentation page for the create-aptos-dapp template, including setup and usage instructions. |
Comments suppressed due to low confidence (1)
apps/nextra/pages/zh/build/create-aptos-dapp.mdx:2
- [nitpick] Confirm whether the title should be translated for localization consistency or kept in English as a product identifier.
title: "create-aptos-dapp"
Comment on lines
+26
to
+29
| {/* <Card href="smart-contracts/prover"> | ||
| <Card.Title>Move Prover</Card.Title> | ||
| <Card.Description>Formal specification and verification of Move contracts on Aptos</Card.Description> | ||
| </Card> */} |
There was a problem hiding this comment.
[nitpick] Consider removing the commented-out 'Move Prover' Card block if it's not intended for future use to reduce clutter.
Suggested change
| {/* <Card href="smart-contracts/prover"> | |
| <Card.Title>Move Prover</Card.Title> | |
| <Card.Description>Formal specification and verification of Move contracts on Aptos</Card.Description> | |
| </Card> */} |
0x-j
approved these changes
May 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Checklist
pnpm fmt?pnpm lint?