Skip to content

Commit b2b1ca2

Browse files
Preview of German translation (#1142)
There's a quote inconsistency issue in the error message translations that we've fed back to the translators.
1 parent 638f3ee commit b2b1ca2

20 files changed

+3818
-20
lines changed

bin/update-translations.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ $# -eq 0 ]; then
1515
exit 1
1616
fi
1717

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

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

0 commit comments

Comments
 (0)