2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-05 13:10:57 +00:00

switched translation methode to lazy

This commit is contained in:
2021-04-03 04:01:40 +02:00
parent 2de6fcbfa4
commit 446bc06c1b
12 changed files with 12 additions and 12 deletions

View File

@ -14,7 +14,7 @@ from django.urls import reverse
from django.contrib.auth import get_user_model
from django.contrib.auth.models import Group
from django.utils.translation import ugettext as _
from django.utils.translation import ugettext_lazy as _
from moneyed import CURRENCIES