-
Notifications
You must be signed in to change notification settings - Fork 235
Open
Description
Hi!
Currently in 5.1.0 in new django_registration/activation_form.html after #247 there are some translations missing, for example:
At first glance:
| EXPIRED_MESSAGE = _("This account has expired.") | |
| INVALID_KEY_MESSAGE = _("The activation key you provided is invalid.") | |
| activation_key = forms.CharField() |
I think this activation_key needs "label" label=_("Activation key") and beside that some "makemessages", "compilemessages" commands are needed because both error messages don't appear in any .po files. I can craft some PR in spare time.
But there are quite many languages supported here so maybe instead of bump each of them by individual developers (which looks to be the case in the past when i look on code base) maybe some more general solution is possible (AI generated translation or something, there are quite good nowadays).
BR
Metadata
Metadata
Assignees
Labels
No labels
