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
|
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.
Please provide a patch to the translation as specified in the documentation. Translations are volunteered so unless somebody updates it... ;)