Skip to content

Commit 2566ebf

Browse files
Prevent regressing the en stubs.
1 parent 3ca0db4 commit 2566ebf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bin/update-translations.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ npm run i18n:compile
3737
done
3838
npm run i18n:typeshed-to-crowdin
3939
npm run i18n:crowdin-to-typeshed
40+
# We sometimes have newer English stubs than translations and don't want to
41+
# regress them as part of a translations update.
4042
)
41-
4243
./bin/update-pyright.sh
43-
./bin/update-typeshed.sh
44+
./bin/update-typeshed.sh
45+
git checkout -- src/micropython/main/typeshed.en.json

0 commit comments

Comments
 (0)