Skip to content

Commit 3d660ff

Browse files
Add Translations section to README.md
1 parent 91d4339 commit 3d660ff

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,18 @@ pxt.json file:
5757
}
5858
```
5959

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+
6072
## License
6173

6274
This software made available under the MIT open source license.

0 commit comments

Comments
 (0)