Skip to content

Conversation

@ben-beauhurst
Copy link
Contributor

Added environment option LINKCHECK_SKIP_TRANSLATIONS to skip compilation of translation files when they are not needed.

@claudep
Copy link
Contributor

claudep commented Sep 15, 2025

I'm not convinced about this. During a pip install, most of the time the wheel will be installed from PyPi without a need for rebuilding, won't it?

@claudep
Copy link
Contributor

claudep commented Sep 15, 2025

The typo commit could be pushed in a separate PR.

@ben-beauhurst
Copy link
Contributor Author

I'm not convinced about this. During a pip install, most of the time the wheel will be installed from PyPi without a need for rebuilding, won't it?

We were still running into this issue:
#200
where it tries to call the compilemessages management command but can't find django-admin. Since it's apparently a recurring problem, thought it would be handy to give users the option to skip translations when not needed.

@claudep claudep merged commit 9c5e090 into DjangoAdminHackers:master Sep 28, 2025
11 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants