﻿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
1087	conf/locale/es/LC_MESSAGES/django.po has mistranslated strings	Yango	hugo	"Where it says:


{{{
#: core/validators.py:351
#, python-format
msgid ""Please enter a valid decimal number with at most %s total digit.""
msgid_plural """"
""Please enter a valid decimal number with at most %s total digits.""
msgstr[0] """"
""Por favor, introduzca un número decimal válido con al menos %s dígito total.""
msgstr[1] """"
""Por favor, introduzca un número decimal válido con al menos %s dígitos ""
""totales.""

}}}

It should say

{{{

#: core/validators.py:351
#, python-format
msgid ""Please enter a valid decimal number with at most %s total digit.""
msgid_plural """"
""Please enter a valid decimal number with at most %s total digits.""
msgstr[0] """"
""Por favor, introduzca un número decimal válido con a lo más %s dígito.""
msgstr[1] """"
""Por favor, introduzca un número decimal válido con a lo más %s dígitos.""

}}}
"	defect	closed	Internationalization		normal	fixed			Unreviewed	0	0	0	0	0	0
