{MAINTAINERS}
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. Please take only one page at a time.
- 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 that you can't commit anymore, let the maintainers know so they can assign the page to someone else.
When someone volunteers, edit this issue with the username of the volunteer, and with the PR. Ex:
- Home Page (@tesseralis) #1
When PRs are merged, make sure to mark that page as completed!
To do before releasing as an "official" translation. Please translate these pages first.
- Home Page
- Tutorial
- Hello World
- Introducing JSX
- Rendering Elements
- Components and Props
- State and Lifecycle
- Handling Events
- Conditional Rendering
- Lists and Keys
- Forms
- Lifting State Up
- Composition vs Inheritance
- Thinking in React
- React
- React.Component
- ReactDOM
- ReactDOMServer
- DOM Elements
- SyntheticEvent
- Test Utilities
- Shallow Renderer
- Test Renderer
- JS Environment Requirements
- Glossary
These are the navigation links that appear in the sidebar. Possibly wait until the corresponding sections are translated to do these.
- tutorial/nav.yml
- docs/nav.yml
These are the next most important translations, ordered by importance:
- Getting Started
- Add React to a Website
- Create a New React App
- CDN Links
Everyone is hooked on hooks! People are really excited about these and it would be great for them to be translated.
- Introducing Hooks
- Hooks at a Glance
- Using the State Hook
- Using the Effect Hook
- Rules of Hooks
- Building Your Own Hooks
- Hooks API Reference
- Hooks FAQ
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
- Accessibility
- Code-Splitting
- Context
- Error Boundaries
- Forwarding Refs
- Fragments
- Higher-Order Components
- Integrating with Other Libraries
- JSX In Depth
- Optimizing Performance
- Portals
- React Without ES6
- React Without JSX
- Reconciliation
- Refs and the DOM
- Render Props
- Static Type Checking
- Strict Mode
- Typechecking With PropTypes
- Uncontrolled Components
- Web Components
- APIs and AJAX
- Babel, JSX, and Build Steps
- Passing Functions to Components
- Component State
- Styling and CSS
- File Structure
- Versioning Policy
- Virtual DOM and Internals
Priority: Low
- How to Contribute
- Codebase Overview
- Implementation Notes
- Design Principles
Components in src/components
that have some text in them.
- CodeEditor
- CodeExample
- ErrorDecoder
- LayoutFooter
- LayoutHeader
- MarkdownPage
These are not the primary translation targets.
- Blog
- Community