Symbol’s awesome community actively localizes the contents of this site, and we’re endlessly thankful for that.
Symbol Developer Documentation uses Transifex, a collaborative localization platform, to manage translations and make the process participative. Follow this instructions to start submitting your contributions.
Note
Is the first time you use Transifex? We recommend you to read the following guides from Transifex’s documentation:
This guide explains how to interact with Transifex service using the transifex-client
tool.
Follow these instructions to download the latest translations from Transifex.
transifex-client
.pip install transifex-client
<lang>
with your language code.tx pull --mode onlyreviewed --language <lang>
Linux/Mac
make -e SPHINXOPTS="-D language='<lang>'" livehtml
Windows
set SPHINXOPTS=-D language=<lang>
.\make.bat html
Follow these instructions to publish updated source literals to Transifex.
Note
You will need explicit permissions from the Transifex project coordinator to push source files.
build/gettext
.Linux/Mac
make gettext
Windows
.\make.bat gettext
tx push --source
Submit your changes into the symbol-docs repository.
Did you find what you were looking for? Give us your feedback.