Please follow the following guide when you proceed with the translation.
This repository includes source code and development documents of ko.react.dev.
cd ko.react.dev to go to the project path.yarn .yarn dev command to start the Hot-Reloading Development Server. (Powered by Next.js)open http://localhost:3000 command, please connect to your preferred browser. This document is divided into several sections with different purposes. If you plan to add a sentence, it would be helpful to know the Contributing Guidelines for the appropriate section.
git checkout main from ko.react.dev local repository.git pull origin main .git checkout -b the-name-of-my-branch (replace the-name-of-my-branch with an appropriate name) to create a branch.src is modified, Hot-Reload is applied.content is modified, Hot-Reload is applied..cache directory.yarn check-all in the project route. (This command proceeds with Prettier, ESLINT, and type verification.)git add -A && git commit -m "My message" (replace the My message part with a commit message like Fix header logo on Android ) to commit the changed files.git push my-fork-name the-name-of-my-branch Use yarn cache-reset command to initialize the local cache.
If you are interested in translating react.dev , please check how much the current translation has been done in Translations.react.Dev.
If the language you want to translate is not yet, you can create a new language. Please refer to Translations.reach.Dev repo.
The copyright of the above is made by React.Dev and follows the CC-BY-4.0 license found in License-Docs.md.