We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca0db4 commit 3861862Copy full SHA for 3861862
bin/update-translations.sh
@@ -38,6 +38,8 @@ npm run i18n:compile
38
npm run i18n:typeshed-to-crowdin
39
npm run i18n:crowdin-to-typeshed
40
)
41
-
42
./bin/update-pyright.sh
43
-./bin/update-typeshed.sh
+./bin/update-typeshed.sh
+# We sometimes have newer English stubs than translations and don't want to
44
+# regress them as part of a translations update.
45
+git checkout -- src/micropython/main/typeshed.en.json
0 commit comments