2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-23 09:35:30 +00:00

update translation commands

This commit is contained in:
Matthias
2022-05-01 22:03:49 +02:00
parent 67ab45bdee
commit de6507e918
39 changed files with 39 additions and 37 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ from django.urls import include, path, re_path
from django.http import JsonResponse
from django.db.models import Q, F
from django.db import transaction
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import gettext_lazy as _
from django_filters.rest_framework import DjangoFilterBackend
from django_filters import rest_framework as rest_filters