Thanks to visit codestin.com Credit goes to github.com
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 c0edf2c commit fb11ee6Copy full SHA for fb11ee6
1 file changed
scripts/pull_translations.sh
@@ -41,3 +41,9 @@ if [ $# -gt 0 ]; then
41
fi
42
43
tx pull -f -l "${PYDOC_LANGUAGE}" ${resources_to_pull}
44
+
45
+# Drop translation of Python's changelog in python 3.12 or older.
46
+minor_version=$(git branch --show-current | sed 's|^3\.||')
47
+if [ $minor_version -le 12 ]; then
48
+ git checkout whatsnew/changelog.po
49
+fi
0 commit comments