Opened 16 years ago

Closed 16 years ago

Last modified 12 years ago

#8045 closed (fixed)

No russian translation for Password confirmation field name in UserCreationForm

Reported by: dmor Owned by: dmor
Component: Translations Version: dev
Severity: Keywords: ru
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I'm using Django with LANGUAGE_CODE = 'ru'. When I use django.contrib.auth.forms.UserCreationForm form, the Password confirmation field is not translated into russian, while the other fields are translated correctly.
I also cannot found a translation for this field in django\conf\locale\ru\LC_MESSAGES\django.po, so I think it's simply missed from the translation.

Attachments (1)

ru_translation_update.diff (474 bytes ) - added by dmor 16 years ago.
A patch for the translation string mentioned in the ticket

Download all attachments as: .zip

Change History (7)

comment:1 by Marc Fargas, 16 years ago

Please provide a patch to the translation as specified in the documentation. Translations are volunteered so unless somebody updates it... ;)

by dmor, 16 years ago

Attachment: ru_translation_update.diff added

A patch for the translation string mentioned in the ticket

comment:2 by dmor, 16 years ago

Has patch: set
Owner: changed from nobody to dmor
Status: newassigned

comment:3 by Eric Holscher, 16 years ago

milestone: 1.0
Triage Stage: UnreviewedReady for checkin

comment:4 by Eric Holscher, 16 years ago

Triage Stage: Ready for checkinAccepted

comment:5 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [8337]) Fixed #8045 -- Small update to Russian translation. Thanks, dmor.

comment:6 by Jacob, 12 years ago

milestone: 1.0

Milestone 1.0 deleted

Note: See TracTickets for help on using tickets.
Back to Top