overhangio / tutor-indigo

An elegant, customizable theme for Open edX
GNU Affero General Public License v3.0
73 stars 275 forks source link

fix: ugettext deprecated #93

Closed CodeWithEmad closed 1 month ago

CodeWithEmad commented 1 month ago

Calling any of ugettext(), ugettext_lazy(), ugettext_noop(), ungettext() and ungettext_lazy() functions from django.utils.translation will raise an error in django 4+.

hinakhadim commented 1 month ago

Hi @CodeWithEmad, Thanks always for your exceptional work in keeping this plugin up-to-date. I appreciate it. Let me merge this PR.