From 04f493f30be3ec6e7c57476d258e823c27f54002 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Mon, 29 Apr 2019 09:40:50 -0500 Subject: [PATCH] Clarify curriculum translations (#35921) * Clarify curriculum translations * docs: update header for linking to section Co-Authored-By: raisedadead <1884376+raisedadead@users.noreply.github.com> * fix: corrected link syntax --- CONTRIBUTING.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d5b6f0fef8..4f4a4440d0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,7 +42,7 @@ You can help us to: - [💻 Create, Update and Fix Bugs in our coding challenges](#create-update-and-fix-bugs-in-our-coding-challenges) -- [🌐 Translate guide articles and coding challenges](#translate-guide-articles-and-coding-challenges) +- [Translate guide articles](#translate-guide-articles) - [🛠 Fix bugs in freeCodeCamp.org's learning platform](#help-us-fix-bugs-in-freecodecamporgs-learning-platform) @@ -72,18 +72,21 @@ You can help expand them and make their wording clearer. You can update the user If you're interested in improving these coding challenges, here's [how to work on coding challenges](/docs/how-to-work-on-coding-challenges.md). -### Translate guide articles and coding challenges +### Translate guide articles -You can help us translate our Guide articles and Coding challenges for a language that you speak. Currently, we have translated versions in: +You can help us translate our Guide articles for a language that you speak. Currently, we have translated versions in: + +- [Arabic (عربي)](https://github.com/freeCodeCamp/freeCodeCamp/tree/master/guide/arabic) +- [Chinese (中文)](https://github.com/freeCodeCamp/freeCodeCamp/tree/master/guide/chinese) +- [Portuguese (Português)](https://github.com/freeCodeCamp/freeCodeCamp/tree/master/guide/portuguese) +- [Russian (русский)](https://github.com/freeCodeCamp/freeCodeCamp/tree/master/guide/russian) +- [Spanish (Español)](https://github.com/freeCodeCamp/freeCodeCamp/tree/master/guide/spanish) -- [Chinese (中文)](https://github.com/freeCodeCamp/freeCodeCamp/tree/master/curriculum/challenges/chinese) -- [Russian (русский)](https://github.com/freeCodeCamp/freeCodeCamp/tree/master/curriculum/challenges/russian) -- [Arabic (عربي)](https://github.com/freeCodeCamp/freeCodeCamp/tree/master/curriculum/challenges/arabic) -- [Spanish (Español)](https://github.com/freeCodeCamp/freeCodeCamp/tree/master/curriculum/challenges/spanish) -- [Portuguese (Português)](https://github.com/freeCodeCamp/freeCodeCamp/tree/master/curriculum/challenges/portuguese) We would love your help in improving the quality of these translations. Millions of people use the English language version of freeCodeCamp.org, and we expect millions more to use these translated versions as well. +Note that once we have finished [Version 7.0 of the freeCodeCamp curriculum](https://www.freecodecamp.org/forum/t/help-us-build-version-7-0-of-the-freecodecamp-curriculum/263546) we plan to translate it as well. + ### Help us fix bugs in freeCodeCamp.org's learning platform Our learning platform runs on a modern JavaScript stack. It has various components, tools and libraries, including but not limited to, Node.js, MongoDB, LoopBack, OAuth 2.0, React, Gatsby, Webpack, and more.