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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,18 @@ pxt.json file:
57
57
}
58
58
```
59
59
60
+
## Translations
61
+
62
+
We manage translations via Crowdin.
63
+
64
+
#### Incorporting changes from Crowdin
65
+
66
+
Use [update-translations.sh](../bin/update-translations.sh).
67
+
68
+
Build and download the Crowdin zip and unzip it to a temporary location. Note the zip itself doesn't contain a top-level directory, so on Mac/Linux use e.g. `unzip -d ~/tmp/trans microbit-org.zip`. Run the script passing the directory containing the unzipped translations.
69
+
70
+
The script will update the extension UI and sim strings.
71
+
60
72
## License
61
73
62
74
This software made available under the MIT open source license.
0 commit comments