2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 20:15:44 +00:00

made translation lazy

This commit is contained in:
2021-04-04 22:47:01 +02:00
parent 20c455384e
commit efd14fca64
11 changed files with 11 additions and 10 deletions

View File

@ -2,7 +2,7 @@
from django.urls import reverse
from django.conf.urls import url
from django.utils.translation import ugettext as _
from django.utils.translation import ugettext_lazy as _
from rest_framework.exceptions import ValidationError
from rest_framework import permissions