You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This project is a web-based code editor that targets the [MicroPython](https://m
9
9
Code written with this editor is expected to run on the [BBC micro:bit device](https://microbit.org).
10
10
11
11
<figure>
12
-
<imgsrc="https://user-images.githubusercontent.com/44
8000
397098/124456486-a8a7fa80-dd82-11eb-93bf-292b86267d6d.png"alt="Screenshot of the Python editor showing the welcome message and code editing area"width="800px">
12
+
<imgsrc="https://user-images.githubusercontent.com/44397098/150586399-bf75992e-9e9f-4126-a0e6-4805babdc824.png"alt="Screenshot of the Python editor showing the code editing area and documentation for the micro:bit display"width="100%">
13
13
<figcaption>You can try out the micro:bit-branded deployment of the alpha at https://python.microbit.org/v/alpha</figcaption>
14
14
</figure>
15
15
@@ -108,7 +108,8 @@ We use react-intl from [FormatJS](https://formatjs.io/) to manage strings for tr
108
108
109
109
Add strings to `lang/en.json` and run `npm run i18n:compile` to update the strings used by the app.
110
110
111
-
There are currently no translations while the app is in alpha.
111
+
There is a French translation of the main user interface text and the "Explore" tab content.
112
+
The Reference tab and code error messages shown in the editor are not currently translated.
0 commit comments