Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
75baca4a97 | ||
|
|
58ae4945cb | ||
|
|
fba37d96b2 | ||
|
|
5eb8704382 | ||
|
|
81b66664ef | ||
|
|
135aaf4855 | ||
|
|
1fbf257619 | ||
|
|
932c01f394 |
@@ -16,13 +16,9 @@ You will find two files in that project:
|
|||||||
|
|
||||||
## Translating the blocks and reference documentation
|
## Translating the blocks and reference documentation
|
||||||
|
|
||||||
The project below contains the resources from the blocks and functions using in the https://codethemicrobit.com.
|
You will find package files under ``/microbit`` , one for the block definition and one for the descriptions:
|
||||||
|
|
||||||
* [https://crowdin.com/project/pxt-microbit](https://crowdin.com/project/pxt-microbit)
|
* ``core-strings.json``: contains the block definitions
|
||||||
|
* ``core-jsdoc-strings.json``: contains the descriptions
|
||||||
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).
|
The block definition should be carefully translated using the [block definition syntax](https://www.pxt.io/defining-blocks).
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pxt-microbit",
|
"name": "pxt-microbit",
|
||||||
"version": "0.4.50",
|
"version": "0.4.54",
|
||||||
"description": "micro:bit target for PXT",
|
"description": "micro:bit target for PXT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"JavaScript",
|
"JavaScript",
|
||||||
@@ -29,6 +29,6 @@
|
|||||||
"typescript": "^1.8.7"
|
"typescript": "^1.8.7"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"pxt-core": "0.4.60"
|
"pxt-core": "0.4.65"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user