This repository contains unofficial translations for the Official Concordium Documentation.
These are community contributed translations that have not been vetted and may not be completely accurate.
Please be careful when following any instructions in these docs, especially around keys, account addresses and transactions.
Contributions are currently accepted via the Testnet 4 Challenges program.
Please go there to see the current contribution terms and rewards.
Please read the Official Concordium Documentation README for the Style Guide instructions.
Please keep the structure and ordering of document content as identical to the English source as possible.
Please create only one PR per language.
Translations should go into the source/translations-unofficial/<language code>
folder.
For the <language code>
please use IETF's BCP 47 "language subtag" standard.
For example:
- Chinese:
source/translations-unofficial/zh
- Turkish:
source/translations-unofficial/tr
- Korean:
source/translations-unofficial/ko
- Russian:
source/translations-unofficial/ru
Inside the source/translations-unofficial/<language code>
folder, please duplicate the exact file structure & naming of the original source/
file.
For example:
original: source/smart-contracts/guides/compile-module.rst
translated: source/translations-unofficial/zh/smart-contracts/guides/compile-module.rst