﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
36378	Error message in MinimumLengthValidator.get_error_message is not translated	Marius Burfey		"The translation files do not match the code:
- The code in `django.contrib.auth.password_validation.MinimumLengthValidator.get_error_message` expects a digit: `""This password is too short. It must contain at least %d characters.""`
- The translation file contains a named variable: `""This password is too short. It must contain at least %(min_length)d characters.""`

This does not match, so the error message is not translated."	Bug	closed	contrib.auth	5.2	Normal	wontfix			Unreviewed	1	0	0	0	1	0
