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 2566ebfCopy full SHA for 2566ebf
bin/update-translations.sh
@@ -37,7 +37,9 @@ npm run i18n:compile
37
done
38
npm run i18n:typeshed-to-crowdin
39
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.
42
)
-
43
./bin/update-pyright.sh
-./bin/update-typeshed.sh
44
+./bin/update-typeshed.sh
45
+git checkout -- src/micropython/main/typeshed.en.json
0 commit comments