Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First translation sync #31

Merged
merged 15 commits into from
Jan 3, 2025
Prev Previous commit
Next Next commit
Add Translations section to README.md
  • Loading branch information
microbit-grace committed Jan 3, 2025
commit 3d660ffaee95b3623051c4a81b353cb133c29f7b
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Loading