translate error message from MinimumLengthValidator

Hello, we have an issue with translate the error message from the django.contrib.auth.password_validation.MinimumLengthValidator to german language. So the help text is translated perfect and we overwrite the get_error_message function in the same format as get_help_text and it works. We use an own subclass of SetPasswordMixin. My question: is there a reason for the format of the get_error_message function? Is the translation problem for this error message known? Thanx for any hint. Regards Rene

Yes, I guess it’s #36314 (Translate bug with UserCreationForm) – Django

perfect, thank you for hint.