This repository was archived by the owner on Jul 30, 2025. It is now read-only.
Conversation
- Refactored and added translations for various sections in the build documentation, including "Get Started," "Smart Contracts," and "Developer Setup." - Introduced new cheat sheets for Ethereum and Solana to Aptos transitions. - Added detailed guides on creating packages, compiling Move code, and using the Move on Aptos compiler. - Included comprehensive information on the Confidential Asset standard and its implementation. - Enhanced the structure and organization of the documentation for better clarity and accessibility.
- Introduced new pages covering cryptography, debugging, deployment, digital assets, error codes, fungible assets, linter, maps, modules, randomness, resource accounts, scripts, smart vectors, tables, third-party dependencies, tokens, and vectors. - Enhanced the structure and organization of the documentation to improve clarity and accessibility for developers. - Provided comprehensive guides and examples to facilitate understanding and usage of the Move programming language on the Aptos platform.
- Refactored links in the smart contracts documentation to point to the Chinese versions for topics such as testing, structs, and added new sections for debugging and maps. - Removed outdated links and improved the overall structure for better navigation and accessibility. - Enhanced the documentation to support developers working with the Move programming language on the Aptos platform.
- Revised titles and content for clarity and consistency in the Ethereum and Solana cheat sheets. - Enhanced descriptions and examples to improve understanding of differences and similarities between Ethereum/Solana and Aptos. - Improved formatting for better readability and accessibility in the documentation.
- Revised titles in the documentation for "Developer Setup," "Ethereum Cheatsheet," "Solana Cheatsheet," and various smart contract topics to include Chinese translations for improved clarity. - Enhanced the structure and organization of the documentation to better support Chinese-speaking developers working with the Move programming language on the Aptos platform. - Updated sections to ensure consistency and accessibility across the documentation.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds Chinese (zh) translations and updates for the Aptos smart contracts documentation, covering topics from maps and linter usage to deployment, debugging, cryptography, and more. Key changes include the addition of new MDX pages for various documentation topics and corresponding updates in metadata files to support i18n.
Reviewed Changes
Copilot reviewed 39 out of 39 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| apps/nextra/pages/zh/build/smart-contracts/maps.mdx | New documentation page for Map implementations |
| apps/nextra/pages/zh/build/smart-contracts/linter.mdx | New page for Aptos Move Lint details |
| apps/nextra/pages/zh/build/smart-contracts/error-codes.mdx | New page for Aptos error codes explanation |
| apps/nextra/pages/zh/build/smart-contracts/deployment.mdx | Guide for deploying code objects |
| apps/nextra/pages/zh/build/smart-contracts/debugging.mdx | Guide for debugging Move code with Aptos CLI |
| apps/nextra/pages/zh/build/smart-contracts/cryptography.mdx | Comprehensive overview of Move cryptography features |
| ... | Several additional MDX pages and metadata updates for i18n |
0x-j
approved these changes
May 15, 2025
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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?