Remove legacy code from our media and i18n build scripts.
Review Request #13649 — Created March 19, 2024 and submitted — Latest diff uploaded
Our
build-i18n.py
andbuild-media.py
scripts were both built to be
compatible with Python 2 and Django 1.6. We haven't needed this support
in a while, so we can nuke the shims, conditionals, and legacy future
imports in the code.
Successfully build static media and localization files.