Skip to content

ugettext_lazy was removed in Django 4 please add gettext_lazy #14

@ydidan

Description

@ydidan

from django.utils.translation import gettext_lazy as _

Something like

try:
    from django.utils.translation import ugettext_lazy as _
except ImportError:
    from django.utils.translation import gettext_lazy as _

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