Skip to content

Commit

Permalink
Add Translations section to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-grace committed Jan 3, 2025
1 parent 91d4339 commit 3d660ff
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,18 @@ pxt.json file:
}
```

## Translations

We manage translations via Crowdin.

#### Incorporting changes from Crowdin

Use [update-translations.sh](../bin/update-translations.sh).

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.

The script will update the extension UI and sim strings.

## License

This software made available under the MIT open source license.
Expand Down

0 comments on commit 3d660ff

Please sign in to comment.