adding translation docs
This commit is contained in:
parent
9159c297a5
commit
aca863f436
@ -19,6 +19,7 @@
|
|||||||
### More questions?
|
### More questions?
|
||||||
|
|
||||||
* [Frequently Asked Question](/faq)
|
* [Frequently Asked Question](/faq)
|
||||||
|
* [Help Translate](/translate)
|
||||||
* [Release notes](/release-notes)
|
* [Release notes](/release-notes)
|
||||||
|
|
||||||
### Developers
|
### Developers
|
||||||
|
@ -20,6 +20,10 @@ To share your project with others, you can use the **Embed** feature. It stores
|
|||||||
|
|
||||||
If you are using [Visual Studio Code](/code), all your programs are stored as files on your computer and you can use your favorite source control system as needed.
|
If you are using [Visual Studio Code](/code), all your programs are stored as files on your computer and you can use your favorite source control system as needed.
|
||||||
|
|
||||||
|
## Is the web site available in other languages?
|
||||||
|
|
||||||
|
You can [help us translate](/translate) the web site, documentation and blocks via our crowd-source translations!
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
### My micro:bit does not show up as a drive when I connect it to my computer.
|
### My micro:bit does not show up as a drive when I connect it to my computer.
|
||||||
|
28
docs/translate.md
Normal file
28
docs/translate.md
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# Help translate
|
||||||
|
|
||||||
|
Our translations are managed via Crowdin, a translation management platform. It is free to join
|
||||||
|
and you can volunteer to translate parts of the web site.
|
||||||
|
|
||||||
|
## Translating the editor interface
|
||||||
|
|
||||||
|
The project below contains the resources from https://www.pxt.io and the menu items of https://codethemicrobit.com.
|
||||||
|
|
||||||
|
* [https://crowdin.com/project/kindscript](https://crowdin.com/project/kindscript)
|
||||||
|
|
||||||
|
You will find two files in that project:
|
||||||
|
|
||||||
|
* ``string.json``: text contained in the menu items of https://codethemicrobit.com
|
||||||
|
* ``website.json``: text contained in the pages served by https://www.pxt.io
|
||||||
|
|
||||||
|
## Translating the blocks and reference documentation
|
||||||
|
|
||||||
|
The project below contains the resources from the blocks and functions using in the https://codethemicrobit.com.
|
||||||
|
|
||||||
|
* [https://crowdin.com/project/pxt-microbit](https://crowdin.com/project/pxt-microbit)
|
||||||
|
|
||||||
|
You will find two files for each package available in the micro:bit, one for the block definition and one for the descriptions:
|
||||||
|
|
||||||
|
* ``microbit-strings.json``: contains the block definitions
|
||||||
|
* ``microbit-jsdoc-strings.json``: contains the descriptions
|
||||||
|
|
||||||
|
The block definition should be carefully translated using the [block definition syntax](https://www.pxt.io/defining-blocks).
|
Loading…
Reference in New Issue
Block a user