Anonymitaet commented on a change in pull request #6: Add workflow-guidelines URL: https://github.com/apache/pulsar-translation/pull/6#discussion_r317390846
########## File path: workflow_guidelines.md ########## @@ -0,0 +1,177 @@ +# Translation workflow and guidelines + +Welcome to join the Pulsar translation project! Before translating, read translation [workflow](#workflow) and [guidelines](#guidelines). + +## Workflow + +You can find [Apache Pulsar translation project](https://crowdin.com/project/apache-pulsar) on Crowdin. For further details about the functions of Crowdin, see [Crowdin](https://crowdin.com/). +Here are the steps of the translation workflow: + +### Join the Pulsar translation project +1. Sign in [Apache Pulsar Crowdin project](https://crowdin.com/project/apache-pulsar). If you don’t have a Crowdin account, on the crowdin page, click **SIGN UP** at the upper right corner and fill in the information to create an account. If you have a GitHub, Facebook, Google, Twitter or Gitlab account, you can link any of them to sign in. + + +2. After signing in, click **Join** at the upper right corner on the crowdin page. +> #### Note +> The source language of Pulsar files is English. The target languages of our translation projects are Chinese, French and Japanese. +> Select a language. Take the **Simplified Chinese Translation Project** as an example. + + +### Choose a file to translate and submit a PR +1. Click **Simplified Chinese Translation Project**. +2. Click **master > docs**, and check out the status of each file. +Files in **master > docs** are the source files of the latest versions on Pulsar official website. You only need to translate these markdown files. + + +- Green: translated and approved +- Blue: translated but not approved +- Grey: not translated + + + +Based on your knowledge about Pulsar, you can translate the content that you are familiar with first. + +After choosing the file to translate, please check it out in [Translation schedule](https://github.com/apache/pulsar-translation/blob/master/schedule.md). If you find someone is translating this file, please choose another one. If not, you can create a PR and add the file name to [Translation schedule](https://github.com/apache/pulsar-translation/blob/master/schedule.md). Then you can submit the PR. Review comment: ```suggestion After choosing the file to translate, please check it out in [Translation schedule](https://github.com/apache/pulsar-translation/blob/master/schedule.md). If you find someone is translating this file, please choose another one. If not, you can create a PR and add the file name to [Translation schedule](https://github.com/apache/pulsar-translation/blob/master/schedule.md). Then you can submit the PR. ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
