doc/md - contributing translations guide

This commit is contained in:
Rotem Tamir
2021-03-29 16:55:10 +03:00
committed by Ariel Mashraki
parent c9f66cd3b4
commit 4dbe434ce6
2 changed files with 28 additions and 0 deletions

27
doc/md/translations.md Normal file
View File

@@ -0,0 +1,27 @@
---
id: translations
title: Translations
---
## Introduction
To make Ent more accessible to native speakers of other languages we have started a translation initiative.
Our goal is to make all documents in this website available in both Chinese and Japanese. To facilitate the
translation, approval and deployment process we have integrated this website with [Crowdin](https://crowdin.com).
## Contributing
1. Sign up as a translator on our [Crowdin project](https://crwd.in/ent)
2. After registration and sign up, go to our [Project Page](https://crowdin.com/project/ent)
3. Pick the language you would like to translate a document into.
4. Pick the document you want to translate:
* All Docs are under the `md/` folder
* Blog Posts are under `website/blog`
* Website UI components are under `website/i18n`
5. For more information on using the Crowdin UI, please read the [Online Editor documentation](https://support.crowdin.com/online-editor/).
6. Your suggestions will be reviewed by a proof-reader, and once approved they will be
included in the next website deployment.
## Joining as a Proof-reader
If you would like to contribute in a more permanent way and become a proof-reader
for one of the languages, please ping us via the slack channel.

View File

@@ -57,6 +57,7 @@ module.exports = {
'testing',
'faq',
'feature-flags',
'translations'
],
collapsed: false,
},