﻿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
37189	Dutch translation for MinimumLengthValidator error message is incorrect	Bart Dikmans		"The MinimumLengthValidator for the dutch (nl) language is not correctly translating the message. This happens due to the contrib-> auth -> locale -> nl django.po file containing old values. 

I compared the Dutch one to other versions the change seems simple:

Dutch version:
msgid """"
""This password is too short. It must contain at least %(min_length)d ""
""character.""
msgid_plural """"
""This password is too short. It must contain at least %(min_length)d ""
""characters.""

English/Spanish/German version:
msgid ""This password is too short. It must contain at least %d character.""
msgid_plural """"
""This password is too short. It must contain at least %d characters.""

Should be a quick fix for anyone with permission to the translation files"	Bug	closed	contrib.auth	5.2	Normal	invalid			Unreviewed	0	0	0	0	0	0
