We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd55435 + 2b8cdb8 commit 1aecb02Copy full SHA for 1aecb02
pinax/templates/apps.py
@@ -1,5 +1,5 @@
1
from django.apps import AppConfig as BaseAppConfig
2
-from django.utils.translation import ugettext_lazy as _
+from django.utils.translation import gettext_lazy as _
3
4
5
class AppConfig(BaseAppConfig):
0 commit comments