⚠️ This repository is not a package.: The setup.py file is only in this repository as a requirement for building docs. If you'd like to install Qiskit, follow the link.
First of all, thank you for showing your interest in translating (localizing) Qiskit Documentation! This helps make the documentation more accessible and available to our global community.
If you are interested in contributing to translations, please follow the instructions below.
-
Open the LOCALIZATION_CONTRIBUTORS file. Look for the language header that you'd like to contribute to and sign up under there. If you do not find the language that you'd like to contribute to, please read this section.
-
Create a pull request (PR) to add your name to the list. Make sure to follow the template to open a Pull Request.
- Each contributor has to create their own PR and sign the CLA (see #3 below).
- If you have an open issue for a language request, add the issue link to the PR.
(Not sure how to open a PR? Checkout this section)
-
If you have not contributed to Qiskit before, you will be prompted to sign the Qiskit Contributors License Agreement (CLA) in your PR.
-
In the Qiskit-Docs Crowdin project, choose the language that you want to contribute to.
-
Click the Join button and paste the URL of your PR in the dialog box where you are asked why you want to join the Crowdin project. Failing to do so will result in a delay in approving your request in Crowdin and your Pull Request in GitHub. The administrators of the Crowdin project will review your request and give you access as quickly as they can.
-
For questions regarding onboarding or strategy, to connect with other translators and receive updates regarding the project please join #qiskit-localization channel in the Qiskit workspace or make an issue in this repo.
Name | Slack (Qiskit-Docs Workspace) |
---|---|
Yuri Kobayashi | @Yuri Kobayashi |
Samanvay Sharma | @Samanvay Sharma |
Soolu Thomas | @Soolu |
Language | Translation Leads | Slack (Qiskit Workspace) |
---|---|---|
Bengali | Omar Shehab, Abhijit Mitra | @Shehab @amitracal |
Chinese Simplified | Helena Zhang, Wen-Sen Lu | @Helena Zhang @Wen-Sen (Vince) |
Chinese Traditional | Helena Zhang, Wen-Sen Lu | @Helena Zhang @Wen-Sen (Vince) |
French | Jean-Michel Torres | @torresjm |
German | Thorsten Muehge | @Thorsten Mühge |
Greek | Vasilis Katopodis | @Vasilis Katopodis |
Hindi | Samanvay Sharma | @sam |
Hungarian | Andras Di Giovanni | @Andras Di Giovanni |
Indonesian | Rudy Raymond, Eraraya Ricardo Muten | @rraymondhp @Eraraya Ricardo Muten |
Italian | Eleonora Picca | @Eleonora Picca |
Japanese | Takehiko Amano | @Takehiko Amano |
Korean | Soyoung Shin, Saesun Kim | @Sophy @Saesun Kim |
Malayalam | Ansah Mohammad Kuriyodath, Kiran Johns | @Ansah, @kiran |
Polish | Piotr Biskupski | @pb.worker |
Portuguese (United) | Luiz Henrique Galeoti de Lima, Omar Costa Hamido | @Luiz Galeoti @OCH |
Russian | Artem Zasypalov, Vasily Shcherbinin, Farida Shagieva | @artem.z @Vasily Shcherbinin @Farida |
Spanish (United) | Claudia Zendejas-Morales, Rodrigo Rosado Rivial | @clausia @rodrigo rosado |
Swahili | Karoki Mugambi | @Karoki Mugambi |
Tamil | Manjula Gandhi | @Manjula Gandhi |
Thai | Tanapat Deesuwan, Ruchipas Bavontaweepanya, Natchapol Patamawisut | @BankNatchapol |
Turkish | Ayşin Sancı | @Ayshine |
Urdu | Zia Mohammad | @Zia Mohammad |
Vietnamese | Rossy Nhung Nguyen | @Rossy Ng |
During the process of translating Qiskit documentation, you may identify errors (mostly typos) in the original documentation. Please feel free to suggest corrections by opening an issue and choose Documentation.
Qiskit documentation is translated (localized) using Crowdin, a software and web localization platform that allows organizations to coordinate translation projects and collaborate with communities to translate materials. Crowdin allows our community of translators to amplify their impact by automatically reusing the work invested in translating one sentence, to translate other, similar sentences. Crowdin also makes translations resilient to many types of changes to the original material, such as moving sentences around, even across files.
The Qiskit Localization Project currently supports: Bengali, Chinese Simplified, Chinese Traditional, French, German, Greek, Hindi, Hungarian, Indonesian, Italian, Japanese, Korean, Malayalam, Polish, Portuguese, Russian, Spanish, Swahili, Tamil, Thai, Turkish, Urdu, and Vietnamese. These translations can be viewed from our staging site.
Japanese, German, Korean, Portuguese, French and Tamil documentation are now available in the Qiskit Documentation website.
The Machine Learning application tutorials are available in Bengali, French, Hindi, Italian, Japanese, Korean, Malayalam, Russian, Spanish, Tamil, Turkish, Vietnamese
As mentioned in the blog post Qiskit in my language is Qiskit, we want to make sure that translated languages have enough community support to ensure quality and consistency.
If you want to add a new language and become a translation lead, you can open a GitHub issue to start a discussion with the Qiskit team and recruit translation project members. Please refer to the criteria below to receive official support from the administrators for new languages.
- A minimum of three contributors is necessary for any new languages to be added and receive official support from the administrators of the localization project.
- In addition to translators, we will need dedicated proof-readers to review the translations and approve accuracy of content in that language, to ensure the translations can be released in that language.
- Among the group of contributors, a translation lead must be identified to serve as a liaison with the administrators of the localization project. The lead must contact Samanvay Sharma ([email protected]) and Yuri Kobayashi ([email protected]) by email for the language to be officially listed under this project.
These are general guidelines for joining translation efforts and adding new languages. If you have further questions, please feel free to contact Samanvay Sharma and Yuri Kobayashi. Thank you.
Option 1: In Github (Recommended)
- Click on the pen-like button which says "Edit this file" in the LOCALIZATION_CONTRIBUTORS file.
- Add your name under the language you'd like to contribute to.
- Once your name is added, scroll down and find a green button which says "Propose changes".
- The page now reloads automatically and find and click on another green button - "Create pull request".
- This should create the pull request and once that's done, follow the instructions (step 3, 4, 5).
Option 2: Creating a local clone of the repository and pushing from local
- Clone this repository by following this guide.
- Make sure your local git configuration by following the instructions here -- Setting username and Setting email
- Create a branch by running
git checkout -b BRANCH_NAME
in your terminal. - Find LOCALIZATION_CONTRIBUTORS file in your local copy of qiskit-translations (created after cloning this repository) and add your name under the language you'd like to contribute to.
- Now, in the terminal run
git add LOCALIZATION_CONTRIBUTORS
,git commit -m "Added name under LANGUAGE-NAME"
,git push origin BRANCH-NAME
. - Follow the link in the terminal to open a pull request.