Skip to content

Commit 39782c3

Browse files
Tweak
1 parent 3d660ff commit 39782c3

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ We manage translations via Crowdin.
6363

6464
#### Incorporting changes from Crowdin
6565

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

6868
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.
6969

simx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In development, add strings to `lang/ui.en.json` and run `npm run i18n:compile`
3333

3434
#### Incorporting changes from Crowdin
3535

36-
Use [update-translations.sh](../bin/update-translations.sh).
36+
Use [update-translations.sh](../simx/bin/update-translations.sh).
3737

3838
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.
3939

simx/bin/update-translations.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Partial automation of updating sim and extension translations.
4-
#
5-
# Updates sim and extension translations.
3+
# Partial automation of updating translations.
64
#
75
# New languages require code change in below and in simx/src/messages/TranslationProvider.tsx.
86
#

0 commit comments

Comments
 (0)