Description
For New Translators
To translate a page:
- Check that no one else has claimed your page in the checklist and comments below.
- Comment below with the name of the page you would like to translate.
- Clone this repo, translate your page, and submit a pull request!
Before contributing, read the glossary and style guide (once they exist) to understand how to translate various technical and React-specific terms.
Please be prompt with your translations! If you find find that you can't commit any more, let the maintainers know so they can assign the page to someone else.
For maintainers
When someone volunteers, edit this issue with the username of the volunteer, and with the PR. Ex:
When PRs are merged, make sure to mark that page as completed!
Core Pages
To do before releasing as an "official" translation. Please translate these pages first.
- Home Page (@itszero) [Homepage] initial translation #6
- Tutorial (@chloewlin) Tutorial #9
Basics
- Hello World (@JuanitoFatas) docs(zh-hant): Translate Hello World #4
- Introducing JSX (@itszero) docs(zh-hant): introducing jsx #13
- Rendering Elements (@neighborhood999) docs(tw): translate rendering elements #11
- Components and Props (@bugtender) docs(zh-hant): Translate Components and Props #12
- State and Lifecycle (@neighborhood999) docs(tw): translate state-and-lifecycle #16
- Handling Events (@chloewlin) docs: Handling events #74
- Conditional Rendering (@ivan-ha) doc: translate conditional rendering #18
- Lists and Keys (@chloewlin) Complete lists-and-keys #17
- Forms (@chloewlin) New PR for form #59
- Lifting State Up (@neighborhood999) docs(tw): translate lifting-state-up #33
- Composition vs Inheritance (@neighborhood999) docs(tw): translanslate composition-vs-inheritance #39
- Thinking in React (@chloewlin) doc: complete think in react #20
API Reference
- React (@itszero) [api] react #28
- React.Component (@chloewlin) docs: React.Component #75
- ReactDOM (@abrcdf1023) doc: Translate ReactDOM #38
- ReactDOMServer (@chloewlin) docs: ReactDOMServer #80
- DOM Elements (@piovischioh) doc: translate dom-elements #40
- SyntheticEvent (@chloewlin) docs: synthetic-event branch #81
- Test Utilities (@vrabe) doc: Test Utilities #56
- Shallow Renderer (@barrypeng6) doc: translate shallow renderer #42
- Test Renderer (@barrypeng6) doc: translate Test Renderer #43
- JS Environment Requirements (@ivan-ha) docs: translate js environment requirement #37
- Glossary (@ivan-ha) docs: translate glossary #36
Navigation
These are the navigation links that appears in the sidebar. Possibly wait until
the corresponding sections are translated to do these.
- tutorial/nav.yml (@chloewlin) Set up tutorial branch #78
- docs/nav.yml (@neighborhood999) docs: translate nav.yml and some wording #70
Next Steps
These are the next most important translations, ordered by importance:
Installation
- Getting Started (@fabianlee1211) doc: Translate Getting Started #41
- Add React to a Website (@fabianlee1211) doc: translate add react to a website #45
- Create a New React App (@fabianlee1211) doc: translate create a new react app #52
- CDN Links (@fabianlee1211) doc: translate cdn links #50
Hooks
Everyone is hooked on hooks! People are really excited for these and it would be great for them to be translated.
- Introducing Hooks (@chentsulin) doc: translate hooks-intro #34
- Hooks at a Glance (@BruceWeng) doc: translate hooks-overview #35
- Using the State Hook (@piovischioh) doc: translate hooks-state #67
- Using the Effect Hook (@leah-z-liu) docs: hooks-effect #103
- Rules of Hooks (@KevinHu2014) doc: translate hooks-rules #63
- Building Your Own Hooks (@neighborhood999) docs: translate hooks-custom #72
- Hooks API Reference (@ivan-ha) docs: translate hooks API reference #69
- Hooks FAQ (@neighborhood999) docs(hooks): translate hook faq #97
Warnings
These are the pages that you get when you click the links in the console (e.g. https://reactjs.org/warnings/dont-call-proptypes.html). People tend to search these, so please don't translate the error message itself.
- dont-call-proptypes
- invalid-aria-prop
- invalid-hook-call-warning
- legacy-factories
- refs-must-have-owner
- special-props
- unknown-prop (@neighborhood999)
Advanced Guides
- Accessibility (@chloewlin) Accessibility #112
- Code-Splitting (@neighborhood999) docs(code-splitting): translate code splitting #55
- Context (@chloewlin)
- Error Boundaries (eyeccc) doc: translate error boundaries to zh-hant #104
- Forwarding Refs (eyeccc) Translate: Forwarding ref #118
- Fragments (@RickyWooo) docs: translated Fragments.md #94
- Higher-Order Components (@yikkok-yong)
- Integrating with Other Libraries
- JSX In Depth (@aboudicheng) docs: JSX in Depth #102
- Optimizing Performance (@chloewlin)
- Portals (@henry61024) docs(Advanced guides): Translate Portals #199
- Profiler (@henry61024)
- React Without ES6 (@henry61024) docs(Advanced guides): React without ES6 #203
- React Without JSX (@yunkii) Merge pull request #122 from yunkii/yunkii #122
- Reconciliation (@HcwXd) docs: Reconciliation #95
- Refs and the DOM (@eyeccc) translate refs and the dom #120
- Render Props (@huantingwei) docs: translate Render Props #176
- Static Type Checking (@vrabe)
- Strict Mode (@eyeccc) doc: translate strict mode to zh-hant #105
- Typechecking With PropTypes (@yunkii)
- Uncontrolled Components (@eyeccc) doc: translate uncontrolled components to zh-hant #106
- Web Components (@eyeccc) doc: translate web components to zh-hant #107
FAQ
- APIs and AJAX (@JuanitoFatas) docs(zh-hant): Translate FAQ: AJAX and APIs #3
- Babel, JSX, and Build Steps (@lithiumpie) docs(faq): translate faq-build #160
- Passing Functions to Components
- Component State (@lithiumpie) docs(faq): translate faq-state #162
- Styling and CSS (@huantingwei) docs: translate
faq-styling
#201 - File Structure (@huantingwei) docs: translate
faq-structure
#204 - Versioning Policy
- Virtual DOM and Internals
Testing
- Testing Overview (@neighborhood999) docs(testing): translate testing.md #148
- Testing Recipes
- Testing Environments (@neighborhood999) docs(testing): translate testing-environments #149
Contributing
Priority: Low
- How to Contribute
- Codebase Overview
- Implementation Notes
- Design Principles
Components
Components in src/components
that have some text in them.
- CodeEditor
- CodeExample
- ErrorDecoder
- LayoutFooter
- LayoutHeader
- MarkdownPage
Additional Translations
These are not the primary translation targets.
- Blog
- Community