Skip to content
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

DOC: Add how to contribute translations in crowdin #681

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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
11 changes: 11 additions & 0 deletions content/en/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,17 @@ of this effort. See
for background; comment on [this GitHub
issue](https://github.com/numpy/numpy.org/issues/55) to sign up.

The recommended way for new contributors to translate NumPy's documentation is to join the translation team on crowdin.
There is a NumPy's translation page for NumPy (main) documentation.

1. Login to [crowdin](https://crowdin.com/) service.
1. Go to [NumPy.Org project page](https://crowdin.com/project/numpyorg).
1. Translate on crowdin.

We can host the translated document in numpy.org after translation is completed.
Translation is backed up in [numpy.org GitHub repository](https://github.com/numpy/numpy.org).

Details can be found here: https://support.crowdin.com/joining-translation-project/

### Community coordination and outreach

Expand Down