#12425 closed (fixed)
Typo in the Ukrainian translation
Reported by: | 235 | Owned by: | Jannis Leidel |
---|---|---|---|
Component: | Translations | Version: | 1.1 |
Severity: | Keywords: | ||
Cc: | nickzam | Triage Stage: | Unreviewed |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
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'
Attachments (2)
Change History (8)
comment:1 by , 15 years ago
Summary: | mistake → Typo in the Ukrainian translation |
---|
by , 15 years ago
Attachment: | django_uk_minmax.2.patch added |
---|
patch that fixes variable name in uk translation
comment:3 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
by , 15 years ago
Attachment: | django_uk_minmax.patch added |
---|
patch that fixes variable name in uk translation
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Cleaned up the ticket title.