2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 22:06:28 +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

@ -11,7 +11,7 @@ from InvenTree.fields import RoundingDecimalFormField
from mptt.fields import TreeNodeChoiceField
from django import forms
from django.utils.translation import ugettext as _
from django.utils.translation import ugettext_lazy as _
import common.models