Compare commits

...

8 Commits

Author SHA1 Message Date
Peli de Halleux
75baca4a97 0.4.54 2016-10-18 21:03:36 -07:00
Peli de Halleux
58ae4945cb Bump pxt-core to 0.4.65 2016-10-18 21:03:34 -07:00
Peli de Halleux
fba37d96b2 updated localization help 2016-10-18 13:19:46 -07:00
Peli de Halleux
5eb8704382 0.4.53 2016-10-18 13:18:20 -07:00
Peli de Halleux
81b66664ef Bump pxt-core to 0.4.63 2016-10-18 13:18:19 -07:00
Peli de Halleux
135aaf4855 0.4.52 2016-10-18 09:08:25 -07:00
Peli de Halleux
1fbf257619 0.4.51 2016-10-17 21:12:33 -07:00
Peli de Halleux
932c01f394 Bump pxt-core to 0.4.62 2016-10-17 21:12:30 -07:00
2 changed files with 5 additions and 9 deletions

View File

@@ -16,13 +16,9 @@ You will find two files in that project:
## 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)
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
* ``core-strings.json``: contains the block definitions
* ``core-jsdoc-strings.json``: contains the descriptions
The block definition should be carefully translated using the [block definition syntax](https://www.pxt.io/defining-blocks).

View File

@@ -1,6 +1,6 @@
{
"name": "pxt-microbit",
"version": "0.4.50",
"version": "0.4.54",
"description": "micro:bit target for PXT",
"keywords": [
"JavaScript",
@@ -29,6 +29,6 @@
"typescript": "^1.8.7"
},
"dependencies": {
"pxt-core": "0.4.60"
"pxt-core": "0.4.65"
}
}