When setting ALTCHA_INCLUDE_TRANSLATIONS = True the translations are not loaded.
The script tag cointinous to load the default altcha.min.js and not the all.min.js.
<script async="" defer="" src="/static/altcha/altcha.min.js" type="module"></script>
I#ve done debugging and verified that my django programm recognizes the ALTCHA_INCLUDE_TRANSLATIONS value to be true.