Skip to content

Commit

Permalink
Preview of German translation
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-matt-hillsdon committed Jan 25, 2024
1 parent 638f3ee commit 64e2791
Show file tree
Hide file tree
Showing 21 changed files with 3,819 additions and 20 deletions.
4 changes: 2 additions & 2 deletions bin/update-translations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ $# -eq 0 ]; then
exit 1
fi

languages="ca fr es-ES ja ko nl zh-CN zh-TW"
languages="ca de fr es-ES ja ko nl zh-CN zh-TW"

mkdir -p crowdin/translated
for language in $languages; do
Expand All @@ -36,4 +36,4 @@ npm run i18n:compile
./bin/update-typeshed.sh
# We sometimes have newer English stubs than translations and don't want to
# regress them as part of a translations update.
git checkout -- src/micropython/main/typeshed.en.json
git checkout -- src/micropython/main/typeshed.en.json
Loading

0 comments on commit 64e2791

Please sign in to comment.