No russian translation for Password confirmation field name in UserCreationForm
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.
Has patch: |
set
|
Owner: |
changed from nobody to dmor
|
Status: |
new → assigned
|
milestone: |
→ 1.0
|
Triage Stage: |
Unreviewed → Ready for checkin
|
Triage Stage: |
Ready for checkin → Accepted
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Please provide a patch to the translation as specified in the documentation. Translations are volunteered so unless somebody updates it... ;)