Skip to content

Commit

Permalink
Preview of German translation (#1142)
Browse files Browse the repository at this point in the history
There's a quote inconsistency issue in the error message translations that we've fed back to the translators.
  • Loading branch information
microbit-matt-hillsdon authored Jan 25, 2024
1 parent 638f3ee commit b2b1ca2
Show file tree
Hide file tree
Showing 20 changed files with 3,818 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 b2b1ca2

Please sign in to comment.