nephila / django-meta

Pluggable app to allow Django developers to quickly add meta tags and OpenGraph, Twitter, and Google Plus properties to their HTML responses.
https://django-meta.readthedocs.io
Other
480 stars 68 forks source link

Django 4.0 ugettext_lazy error #130

Closed shawnngtq closed 2 years ago

shawnngtq commented 2 years ago

Description

As per Django 4.0

django.utils.translation.ugettext(), ugettext_lazy(), ugettext_noop(), ungettext(), and ungettext_lazy() are removed.

Steps to reproduce

Just install and runserver, it will fail with error

Versions

Python: 3.10 Django: 4.0 Meta: latest

Expected behaviour

No error

Actual behaviour

Error

Additional information

Any replacement for this library folks?