Skip to content

Lack of some translations in 5.1.0 #250

@rafsaf

Description

@rafsaf

Hi!

Currently in 5.1.0 in new django_registration/activation_form.html after #247 there are some translations missing, for example:

image

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions