Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions src/content/community/translations.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,32 @@ title: Translations

<Intro>

React docs are translated by the global community into many languages all over the world.
Документация React переводится мировым сообществом на множество языков по всему миру.

</Intro>

## Source site {/*main-site*/}
## Исходный сайт {/*main-site*/}

All translations are provided from the canonical source docs:
Все переводы предоставляются из канонического источника документации:

- [English](https://react.dev/) &mdash; [Contribute](https://github.com/reactjs/react.dev/)

## Full translations {/*full-translations*/}
## Полные переводы {/*full-translations*/}

{/* If you are a language maintainer and want to add your language here, finish the "Core" translations and edit `deployedTranslations` under `src/utils`. */}

<LanguageList progress="complete" />

## In-progress translations {/*in-progress-translations*/}
## Переводы в процессе {/*in-progress-translations*/}

For the progress of each translation, see: [Is React Translated Yet?](https://translations.react.dev/)
Прогресс каждого перевода можно посмотреть здесь: [Is React Translated Yet?](https://translations.react.dev/)

<LanguageList progress="in-progress" />

## How to contribute {/*how-to-contribute*/}
## Как внести свой вклад {/*how-to-contribute*/}

You can contribute to the translation efforts!
Вы можете внести свой вклад в перевод!

The community conducts the translation work for the React docs on each language-specific fork of react.dev. Typical translation work involves directly translating a Markdown file and creating a pull request. Click the "contribute" link above to the GitHub repository for your language, and follow the instructions there to help with the translation effort.
Сообщество выполняет работу по переводу документации React на каждом языковом форке react.dev. Типичная работа по переводу включает в себя прямой перевод файла Markdown и создание pull request. Нажмите на ссылку «contribute» выше, чтобы перейти в репозиторий GitHub для вашего языка, и следуйте инструкциям там, чтобы помочь с переводом.

If you want to start a new translation for your language, visit: [translations.react.dev](https://github.com/reactjs/translations.react.dev)
Если вы хотите начать новый перевод для вашего языка, посетите: [translations.react.dev](https://github.com/reactjs/translations.react.dev)
Loading