We use Crowdin platform for community translation. To contribute, please create an account in Crowdin, and send the login ID to Jimmy Chu.
Crowdin CLI (v3.x) can be used to view the current translation status and download the translation to run locally. To do this, set the following two environment variables in your shell.
CROWDIN_SUBSTRATEDEVHUB_ID
: 361763CROWDIN_PERSONAL_TOKEN
: your personal crowdin token
They are being picked up in the crowdin.yaml
config file.
# To collect all strings from the project to `en.json`
yarn docusaurus-write-translations
# Download the translation from crowdin platform
crowdin download --verbose -b master
# Upload the source file to crowdin
crowdin upload sources --auto-update -b master
# To check current translation status
crowdin status
Currently we have contents partially translated to Simplified Chinese (~40%), Japanese (~30%) and Spanish (~30%) as of Nov 27th 2020. We welcome translation of all languages and particularly on the mentioned languages. If you are interested in contributing please contact us at [email protected] .