From 7a8b9d962833937ddd291aafc9e2f5f420abdaad Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Tue, 29 Aug 2023 20:35:01 +0900 Subject: [PATCH 1/2] DOC: Add how to contribute translations in crowdin --- content/en/contribute.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/en/contribute.md b/content/en/contribute.md index 77c77cb2d5..24ee2bcf2a 100644 --- a/content/en/contribute.md +++ b/content/en/contribute.md @@ -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 From b01e7b8d14e3d4caa81c1e2a13eac2f5d2be2d4b Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Tue, 29 Aug 2023 20:36:44 +0900 Subject: [PATCH 2/2] Fix capitalization --- content/en/contribute.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/contribute.md b/content/en/contribute.md index 24ee2bcf2a..b19264960b 100644 --- a/content/en/contribute.md +++ b/content/en/contribute.md @@ -95,12 +95,12 @@ 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. +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. Login to [crowdin](https://crowdin.com/) service. 1. Go to [NumPy.Org project page](https://crowdin.com/project/numpyorg). -1. Translate on Crowdin. +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).