﻿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
12425	Typo in the Ukrainian translation	235	Jannis Leidel	"really nasty typo in variable name in message translation:

in django/conf/locale/uk/LC_MESSAGES/django.po 'min' variable in message was replaced by 'max' that that was causing server error 500:
{{{
File ""/var/www/virtual/sumno.com/modules/django/forms/fields.py"", line 155, in clean
    raise ValidationError(self.error_messages['min_length'] % {'min': self.min_length, 'length': value_length})

  File ""/var/www/virtual/sumno.com/modules/django/utils/functional.py"", line 222, in __mod__
    return unicode(self) % rhs

KeyError: u'max'
}}}
"		closed	Translations	1.1		fixed		nickzam	Unreviewed	1	0	0	0	0	0
