-
Notifications
You must be signed in to change notification settings - Fork 2
Add Mandarin (zh) Website Localization #33
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
Merged
Merged
Conversation
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
- Fix internal links in getting-started.md, dart-to-js.md, js-interop.md - Add zh/api package directories to .gitignore
- Add shouldSkipFile helper to skip sidebar files consistently - Filter out sidebar files in subdirectory processing too
- Standardize Chinese doc link format in children.dart - Make logo link language-aware (links to /zh/ for Chinese) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- reducer_hook.dart: useReducer links - special_components.dart: Fragment, Suspense, StrictMode, forwardRef, memo, lazy - react_dom.dart: createRoot, hydrateRoot, createPortal, flushSync, Portal - synthetic_event.dart: SyntheticEvent All links now point to react.dev with Chinese zh-hans.react.dev equivalents. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- WebSocketReadyState: added zh-CN MDN link - CloseEventData: added zh-CN MDN link Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
ClipboardEvent, KeyboardEvent, CompositionEvent, FocusEvent, MouseEvent, DragEvent, PointerEvent, TouchEvent, TransitionEvent, AnimationEvent, UIEvent, WheelEvent, InputEvent All MDN links now have Chinese zh-CN equivalents. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Move introducing-dart-node from /blog/ to /zh/blog/ - Fix Chinese MDN link text to use native format - Update eleventy config for Chinese blog support Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
TLDR;
Complete Chinese website localization: READMEs, website, API docs, doc comments
What Does This Do?
README_zh.mdfor all packagesBrief Details?
How Do The Tests Prove The Change Works?
website/tests/chinese-navigation.spec.js- Chinese navwebsite/tests/language.spec.js- Language switching