diff --git a/docs/FAQ.md b/docs/FAQ.md
index 71d03c397b..953b057248 100644
--- a/docs/FAQ.md
+++ b/docs/FAQ.md
@@ -4,9 +4,13 @@ Read our ["How to Contribute to Open Source Guide"](https://github.com/freeCodeC
### Can I translate freeCodeCamp's curriculum?
-Yes. We will roll out the tools for translating freeCodeCamp's curriculum soon.
+Yes - Read [this guide](/how-to-translate-files) if you are interested in contributing to translation.
-Eventually, we intend to localize freeCodeCamp into several major world languages, starting with: Arabic, Chinese, Hindi, Portuguese, Russian, and Spanish.
+Currently we have the user contributed translations being done in Chinese and EspaƱol.
+
+At this time we are building our experience hosting the curriculum in the aforementioned languages. Eventually, we intend to localize freeCodeCamp into several major world languages, like: Arabic, Hindi, Portuguese, Russian and more.
+
+We thank you for your patience while we iron out the workflow.
### How can I report a new bug?
@@ -44,7 +48,7 @@ Please do create an issue if you want to discuss bigger aspects of the codebase
### How can I get an issue assigned to me?
-We typically do not assign issues to anyone other than long-time contributors. Instead, we follow the below policy to be fair to everyone:
+We typically do not assign issues to anyone other than long-time contributors. Instead, we follow the below policy to be fair to everyone:
1. We are most likely to merge the first pull request that addresses the issue.
2. In the case of multiple contributors opening a pull request for the same issue at around the same time, we will give priority to the pull request that best addresses the issue. Some of the things we consider:
diff --git a/docs/_coverpage.md b/docs/_coverpage.md
index a98d5ea208..612585f29a 100644
--- a/docs/_coverpage.md
+++ b/docs/_coverpage.md
@@ -6,7 +6,7 @@
- [Help by answering coding questions](https://forum.freecodecamp.org) on our community forum.
- [Give feedback on coding projects](https://forum.freecodecamp.org/c/project-feedback?max_posts=1) built by campers.
-- [Help us translate](https://translate.freecodecamp.org) these Contributing Guidelines.
+- [Help us translate](/index?id=translations) freeCodeCamp.org's resources.
- [Contribute to our open source codebase](/index?id=our-open-source-codebase) on GitHub.
[Read our contributing guidelines](/index.md)
diff --git a/docs/index.md b/docs/index.md
index 7de62c82cc..02f6c26883 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -9,7 +9,7 @@ You are welcome to:
- Create, update and fix bugs in our [curriculum](#curriculum).
- Help us fix bugs in freeCodeCamp.org's [learning platform](#learning-platform).
-- _(Coming Soon)_ Help us translate freeCodeCamp.org to world languages.
+- [Help us translate](#translations) freeCodeCamp.org to world languages.
We answer the most common questions about contributing [in our contributor FAQ](/FAQ.md).
@@ -21,11 +21,19 @@ You can help expand and improve the curriculum. You can also update project user
**If you're interested in improving our curriculum, here's [how to contribute to the curriculum](how-to-work-on-coding-challenges.md).**
+## Translations
+
+We are localizing freeCodeCamp.org to world languages starting with Chinese and Espanol. We will be expanding the translations to more languages. It's our dream to provide you with resources to learn, no matter the world language you speak.
+
+To help us with this massive effort, we have integrated our open-source code-base & curriculum with [Crowdin](https://crowdin.com/).
+
+**If you're interested in translating, here are the guides to translate our [curriculum](how-to-translate-files.md), the [learning platform](how-to-translate-the-website.md) and our [Contributing guidelines](https://translate.freecodecamp.org/contributing-docs).**
+
## Learning Platform
Our learning platform runs on a modern JavaScript stack. It has various components, tools, and libraries. These include Node.js, MongoDB, OAuth 2.0, React, Gatsby, Webpack, and more.
-Broadly, we use
+Broadly, we use
- a Node.js based API server
- a set of React-based client applications
@@ -33,7 +41,7 @@ Broadly, we use
If you want to productively contribute to the curriculum, we recommend some familiarity with these tools.
-If you want to help us improve our codebase...
+If you want to help us improve our codebase...
**you can either use Gitpod, a free online dev environment that starts a ready-to-code dev environment for freeCodeCamp in your browser.**